mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-21 07:49:09 +00:00
Strings and slight cleanup
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:drawableLeft="@drawable/ic_menu_search_holo_light"
|
||||
android:hint="Search" />
|
||||
android:hint="@string/country_selection_fragment__search" />
|
||||
|
||||
<ListView android:id="@android:id/list"
|
||||
android:layout_width="fill_parent"
|
||||
@@ -23,7 +23,5 @@
|
||||
android:layout_height="fill_parent"
|
||||
android:gravity="center"
|
||||
android:textAppearance="?android:attr/textAppearanceLarge"
|
||||
android:text="Loading countries..." />
|
||||
|
||||
|
||||
android:text="@string/country_selection_fragment__loading_countries" />
|
||||
</LinearLayout>
|
||||
|
Reference in New Issue
Block a user