i don't know what I did
This commit is contained in:
@@ -7,4 +7,6 @@
|
||||
<color name="bubble_bg">#eef2f3f9</color>
|
||||
<color name="color_r">#FD999A</color>
|
||||
<color name="color_j">#99CC99</color>
|
||||
<color name="prefTextColorSecondary">#9DA0A2</color>
|
||||
<color name="prefTextColorPrimary">#282C2F</color>
|
||||
</resources>
|
||||
|
||||
@@ -20,6 +20,14 @@
|
||||
<item name="windowActionBar">false</item>
|
||||
</style>
|
||||
|
||||
<style name="AppTheme.Settings" parent="AppTheme">
|
||||
<item name="android:dividerHeight">6dp</item>
|
||||
<item name="android:listDivider">@drawable/pref_divider</item>
|
||||
<item name="android:textColorPrimary">@color/prefTextColorPrimary</item>
|
||||
<item name="android:textColorSecondary">@color/prefTextColorSecondary</item>
|
||||
</style>
|
||||
|
||||
|
||||
<style name="AppTheme.Transparent" parent="AppTheme">
|
||||
<item name="android:windowIsTranslucent">true</item>
|
||||
<item name="android:windowBackground">@android:color/transparent</item>
|
||||
|
||||
Reference in New Issue
Block a user