example of creating the search title for tabs by system
This commit is contained in:
parent
bce4723815
commit
a3855c4076
2 changed files with 10 additions and 0 deletions
|
@ -4,6 +4,15 @@
|
|||
android:layout_height="fill_parent"
|
||||
android:orientation="vertical" >
|
||||
|
||||
<TextView
|
||||
android:id="@+id/textViewADesc"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
android:background="@drawable/shape_background_gray"
|
||||
android:text="@string/poi_search_desc"
|
||||
android:textAppearance="?android:attr/textAppearanceMedium" />
|
||||
|
||||
<ListView
|
||||
android:id="@android:id/list"
|
||||
android:layout_width="fill_parent"
|
||||
|
|
|
@ -1005,4 +1005,5 @@
|
|||
<string name="edit_filter_create_message">Filter {0} has been created</string>
|
||||
<string name="default_buttons_selectall">Select All</string>
|
||||
|
||||
<string name="poi_search_desc">POI - Point Of interest</string>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue