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">
|
||||
<item>
|
||||
<shape>
|
||||
<solid android:color="@color/white" />
|
||||
<solid android:color="@android:color/white" />
|
||||
<padding
|
||||
android:top="1dp"/>
|
||||
</shape>
|
||||
@ -17,4 +17,4 @@
|
||||
android:bottom="10dp" />
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
</layer-list>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape>
|
||||
<solid android:color="@color/white" />
|
||||
<solid android:color="@android:color/white" />
|
||||
<padding
|
||||
android:top="1dp"/>
|
||||
</shape>
|
||||
@ -17,4 +17,4 @@
|
||||
android:bottom="10dp" />
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
</layer-list>
|
||||
|
@ -20,7 +20,6 @@
|
||||
<item name="alertDialogTheme">@style/AlertDialogThemeLight</item>
|
||||
</style>
|
||||
|
||||
<color name="white">#FFFFFFFF</color>
|
||||
<color name="red">#FFFF0000</color>
|
||||
|
||||
<style name="AppThemeDark" parent="AppBaseThemeDark">
|
||||
@ -48,7 +47,7 @@
|
||||
</style>
|
||||
|
||||
<style name="SwapTheme.StartSwap" parent="AppThemeLight">
|
||||
<item name="android:background">@color/white</item>
|
||||
<item name="android:background">@android:color/white</item>
|
||||
</style>
|
||||
|
||||
<style name="SwapTheme.AppList" parent="AppThemeLight">
|
||||
|
Loading…
x
Reference in New Issue
Block a user