diff options
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/dimens.xml | 1 | ||||
-rw-r--r-- | app/src/main/res/values/strings.xml | 1 | ||||
-rw-r--r-- | app/src/main/res/values/styles.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/xml/changelog.xml | 5 |
4 files changed, 6 insertions, 3 deletions
diff --git a/app/src/main/res/values/dimens.xml b/app/src/main/res/values/dimens.xml index 24bba22f..28f09eea 100644 --- a/app/src/main/res/values/dimens.xml +++ b/app/src/main/res/values/dimens.xml @@ -10,5 +10,4 @@ <dimen name="splash_logo">16dp</dimen> <dimen name="progress_bar_height">1dip</dimen> <dimen name="account_image_size">100dp</dimen> - </resources> diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 6fd465c2..f05d2ce5 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,5 +1,4 @@ <resources> - <string name="frost_web">Frost Web</string> <string name="action_settings">Settings</string> <string name="section_format">Hello World from section: %1$d</string> diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 0adb5967..b999d606 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -3,6 +3,7 @@ <style name="FrostThemeBase" parent="MaterialDrawerTheme.ActionBar"> <item name="colorPrimary">@color/facebook_blue</item> <item name="colorPrimaryDark">@color/facebook_blue_dark</item> + <item name="colorAccent">@android:color/white</item> </style> <style name="FrostTheme" parent="@style/FrostThemeBase"> @@ -13,6 +14,7 @@ <style name="FrostTheme.Light" parent="MaterialDrawerTheme.Light.DarkToolbar"> <item name="colorPrimary">@color/facebook_blue</item> <item name="colorPrimaryDark">@color/facebook_blue_dark</item> + <item name="colorAccent">@android:color/black</item> </style> <style name="FrostTheme.Transparent"> diff --git a/app/src/main/res/xml/changelog.xml b/app/src/main/res/xml/changelog.xml index 964bc8e1..fc87ce08 100644 --- a/app/src/main/res/xml/changelog.xml +++ b/app/src/main/res/xml/changelog.xml @@ -8,7 +8,10 @@ <version title="v0.2"/> <item text="Removed unnecessary permissions" /> - <item text="" /> + <item text="Added notifications" /> + <item text="Themed more components" /> + <item text="Separated independent web overlay from in app overlay" /> + <item text="Allow notifications from any account" /> <item text="" /> <item text="" /> <item text="" /> |