Use system constant for the white color
This commit is contained in:
parent
a49ea5c3c3
commit
f25dafe913
@ -2,7 +2,7 @@
|
|||||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<item>
|
<item>
|
||||||
<shape>
|
<shape>
|
||||||
<solid android:color="@color/white" />
|
<solid android:color="@android:color/white" />
|
||||||
<padding
|
<padding
|
||||||
android:top="1dp"/>
|
android:top="1dp"/>
|
||||||
</shape>
|
</shape>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<item>
|
<item>
|
||||||
<shape>
|
<shape>
|
||||||
<solid android:color="@color/white" />
|
<solid android:color="@android:color/white" />
|
||||||
<padding
|
<padding
|
||||||
android:top="1dp"/>
|
android:top="1dp"/>
|
||||||
</shape>
|
</shape>
|
||||||
|
@ -20,7 +20,6 @@
|
|||||||
<item name="alertDialogTheme">@style/AlertDialogThemeLight</item>
|
<item name="alertDialogTheme">@style/AlertDialogThemeLight</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<color name="white">#FFFFFFFF</color>
|
|
||||||
<color name="red">#FFFF0000</color>
|
<color name="red">#FFFF0000</color>
|
||||||
|
|
||||||
<style name="AppThemeDark" parent="AppBaseThemeDark">
|
<style name="AppThemeDark" parent="AppBaseThemeDark">
|
||||||
@ -48,7 +47,7 @@
|
|||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style name="SwapTheme.StartSwap" parent="AppThemeLight">
|
<style name="SwapTheme.StartSwap" parent="AppThemeLight">
|
||||||
<item name="android:background">@color/white</item>
|
<item name="android:background">@android:color/white</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style name="SwapTheme.AppList" parent="AppThemeLight">
|
<style name="SwapTheme.AppList" parent="AppThemeLight">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user