Switch to 'start' and 'end' instead of 'left' and 'right'.

We can do this now that our minSdk is 19.
This commit is contained in:
Greyson Parrelli
2019-03-20 15:52:14 -07:00
parent 8caaf057e8
commit b89c20ff40
109 changed files with 357 additions and 522 deletions

View File

@@ -8,7 +8,7 @@
<EditText android:id="@+id/country_search"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:drawableLeft="@drawable/ic_menu_search_holo_light"
android:drawableStart="@drawable/ic_menu_search_holo_light"
android:hint="@string/country_selection_fragment__search" />
<ListView android:id="@android:id/list"