i don't know what I did

This commit is contained in:
hyb1996
2017-09-11 13:42:07 +08:00
parent 56920cd707
commit a64a92276c
34 changed files with 499 additions and 408 deletions

View File

@@ -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>

View File

@@ -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>