add light mode res
This commit is contained in:
BIN
modules/mogo-module-push/src/main/res/drawable/module_push_close.png
Normal file → Executable file
BIN
modules/mogo-module-push/src/main/res/drawable/module_push_close.png
Normal file → Executable file
Binary file not shown.
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 434 B |
@@ -2,4 +2,5 @@
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="#FA36374A"/>
|
||||
<corners android:radius="@dimen/module_push_panel_corner"/>
|
||||
</shape>
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<corners android:radius="@dimen/module_push_button_margin_top" />
|
||||
<solid android:color="#242736" />
|
||||
<corners android:radius="@dimen/module_push_panel_item_corner" />
|
||||
<solid android:color="#1F2131" />
|
||||
<!-- <gradient
|
||||
android:angle="-90"
|
||||
android:endColor="#2F3047"
|
||||
|
||||
Reference in New Issue
Block a user