example of creating the search title for tabs by system

This commit is contained in:
Pavol Zibrita 2012-06-02 20:07:55 +02:00 committed by Victor Shcherb
parent bce4723815
commit a3855c4076
2 changed files with 10 additions and 0 deletions

View file

@ -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"

View file

@ -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>