diff --git a/api/android/lib/res/drawable/background_pattern.xml b/api/android/lib/res/drawable/background_pattern.xml index 88af2b7dd1..2293a5123b 100644 --- a/api/android/lib/res/drawable/background_pattern.xml +++ b/api/android/lib/res/drawable/background_pattern.xml @@ -1,5 +1,5 @@ + android:tileMode="repeat" /> diff --git a/api/android/lib/res/drawable/btn_back_gray.xml b/api/android/lib/res/drawable/btn_back_gray.xml new file mode 100644 index 0000000000..605891ffc5 --- /dev/null +++ b/api/android/lib/res/drawable/btn_back_gray.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/api/android/lib/res/drawable/btn_back_gray_active.xml b/api/android/lib/res/drawable/btn_back_gray_active.xml new file mode 100644 index 0000000000..17460d286c --- /dev/null +++ b/api/android/lib/res/drawable/btn_back_gray_active.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/api/android/lib/res/drawable/btn_back_green.xml b/api/android/lib/res/drawable/btn_back_green.xml new file mode 100644 index 0000000000..88ea2992e6 --- /dev/null +++ b/api/android/lib/res/drawable/btn_back_green.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/api/android/lib/res/drawable/btn_back_green_active.xml b/api/android/lib/res/drawable/btn_back_green_active.xml new file mode 100644 index 0000000000..260760fa29 --- /dev/null +++ b/api/android/lib/res/drawable/btn_back_green_active.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/api/android/lib/res/drawable/btn_gray_selector.xml b/api/android/lib/res/drawable/btn_gray_selector.xml new file mode 100644 index 0000000000..3876bb0761 --- /dev/null +++ b/api/android/lib/res/drawable/btn_gray_selector.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/api/android/lib/res/drawable/btn_green_selector.xml b/api/android/lib/res/drawable/btn_green_selector.xml new file mode 100644 index 0000000000..61b78df322 --- /dev/null +++ b/api/android/lib/res/drawable/btn_green_selector.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/api/android/lib/res/layout/dlg_install_mwm.xml b/api/android/lib/res/layout/dlg_install_mwm.xml index f1e569ec27..e2c71cca71 100644 --- a/api/android/lib/res/layout/dlg_install_mwm.xml +++ b/api/android/lib/res/layout/dlg_install_mwm.xml @@ -27,50 +27,47 @@ android:layout_height="match_parent" > + android:paddingLeft="10dp" + android:paddingRight="10dp" > + android:text="@string/mwm_should_be_installed" + android:textColor="@android:color/black"/> - - - - - +