diff --git a/modules/mogo-module-common/src/main/res/drawable/module_commons_shape_round_gray.xml b/modules/mogo-module-common/src/main/res/drawable/module_commons_shape_dlg_round_bkg.xml similarity index 73% rename from modules/mogo-module-common/src/main/res/drawable/module_commons_shape_round_gray.xml rename to modules/mogo-module-common/src/main/res/drawable/module_commons_shape_dlg_round_bkg.xml index f4bb94cb0a..98f1fc7633 100644 --- a/modules/mogo-module-common/src/main/res/drawable/module_commons_shape_round_gray.xml +++ b/modules/mogo-module-common/src/main/res/drawable/module_commons_shape_dlg_round_bkg.xml @@ -2,6 +2,6 @@ - + diff --git a/modules/mogo-module-common/src/main/res/drawable/moddule_commons_shape_react_blue_grident.xml b/modules/mogo-module-common/src/main/res/drawable/module_commons_shape_left_btn_bkg.xml similarity index 100% rename from modules/mogo-module-common/src/main/res/drawable/moddule_commons_shape_react_blue_grident.xml rename to modules/mogo-module-common/src/main/res/drawable/module_commons_shape_left_btn_bkg.xml diff --git a/modules/mogo-module-common/src/main/res/drawable/module_commons_shape_react_gray_grident.xml b/modules/mogo-module-common/src/main/res/drawable/module_commons_shape_right_btn_bkg.xml similarity index 100% rename from modules/mogo-module-common/src/main/res/drawable/module_commons_shape_react_gray_grident.xml rename to modules/mogo-module-common/src/main/res/drawable/module_commons_shape_right_btn_bkg.xml diff --git a/modules/mogo-module-common/src/main/res/layout/module_commons_layout_wm_dialog.xml b/modules/mogo-module-common/src/main/res/layout/module_commons_layout_wm_dialog.xml index bec43b7c93..b4aaabda53 100644 --- a/modules/mogo-module-common/src/main/res/layout/module_commons_layout_wm_dialog.xml +++ b/modules/mogo-module-common/src/main/res/layout/module_commons_layout_wm_dialog.xml @@ -4,14 +4,14 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="#7f000000" + android:background="@color/module_commons_dlg_bkg" android:layout_gravity="center"> + android:background="@drawable/module_commons_shape_dlg_round_bkg"> + + #7f000000 + #FFFFFF + \ No newline at end of file diff --git a/skin/mogo-skin-light/src/main/module-commons-res/drawable/module_commons_shape_dlg_round_bkg_light.xml b/skin/mogo-skin-light/src/main/module-commons-res/drawable/module_commons_shape_dlg_round_bkg_light.xml new file mode 100644 index 0000000000..93887743bb --- /dev/null +++ b/skin/mogo-skin-light/src/main/module-commons-res/drawable/module_commons_shape_dlg_round_bkg_light.xml @@ -0,0 +1,7 @@ + + + + + + diff --git a/skin/mogo-skin-light/src/main/module-commons-res/drawable/module_commons_shape_left_btn_bkg_light.xml b/skin/mogo-skin-light/src/main/module-commons-res/drawable/module_commons_shape_left_btn_bkg_light.xml new file mode 100644 index 0000000000..387c9ca303 --- /dev/null +++ b/skin/mogo-skin-light/src/main/module-commons-res/drawable/module_commons_shape_left_btn_bkg_light.xml @@ -0,0 +1,14 @@ + + + + + + + + diff --git a/skin/mogo-skin-light/src/main/module-commons-res/drawable/module_commons_shape_right_btn_bkg_light.xml b/skin/mogo-skin-light/src/main/module-commons-res/drawable/module_commons_shape_right_btn_bkg_light.xml new file mode 100644 index 0000000000..1b269d1650 --- /dev/null +++ b/skin/mogo-skin-light/src/main/module-commons-res/drawable/module_commons_shape_right_btn_bkg_light.xml @@ -0,0 +1,11 @@ + + + + + + + + diff --git a/skin/mogo-skin-light/src/main/module-commons-res/values/colors.xml b/skin/mogo-skin-light/src/main/module-commons-res/values/colors.xml index 51e1eac4ef..f7dcb3f6c3 100644 --- a/skin/mogo-skin-light/src/main/module-commons-res/values/colors.xml +++ b/skin/mogo-skin-light/src/main/module-commons-res/values/colors.xml @@ -1,4 +1,6 @@ #FF333333 + #66000000 + #333333 \ No newline at end of file