summaryrefslogtreecommitdiffhomepage
path: root/android/src/main/res
diff options
context:
space:
mode:
Diffstat (limited to 'android/src/main/res')
-rw-r--r--android/src/main/res/layout/switch_location_button.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/android/src/main/res/layout/switch_location_button.xml b/android/src/main/res/layout/switch_location_button.xml
new file mode 100644
index 0000000000..d9ed79956f
--- /dev/null
+++ b/android/src/main/res/layout/switch_location_button.xml
@@ -0,0 +1,14 @@
+<merge xmlns:android="http://schemas.android.com/apk/res/android">
+ <Button android:id="@+id/button_with_label"
+ android:layout_gravity="bottom"
+ android:paddingHorizontal="9dp"
+ android:text="@string/switch_location"
+ style="@style/White20Button" />
+ <Button android:id="@+id/button_with_location"
+ android:layout_gravity="bottom"
+ android:paddingHorizontal="9dp"
+ android:text="@string/switch_location"
+ android:drawableRight="@drawable/icon_chevron"
+ android:visibility="invisible"
+ style="@style/White20Button" />
+</merge>