aboutsummaryrefslogtreecommitdiff
path: root/sample/src/main/res
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-07-03 22:34:05 -0700
committerAllan Wang <me@allanwang.ca>2017-07-03 22:34:05 -0700
commitd024e8db464e8b0ba0133feed67896b854fd8b25 (patch)
treefcbe4828b91c566000a041989c3c28401b6b618f /sample/src/main/res
parent8df185cfdc94fa937d37d8ec6ece6a2374fba189 (diff)
downloadkau-d024e8db464e8b0ba0133feed67896b854fd8b25.tar.gz
kau-d024e8db464e8b0ba0133feed67896b854fd8b25.tar.bz2
kau-d024e8db464e8b0ba0133feed67896b854fd8b25.zip
Push permission manager for release
Diffstat (limited to 'sample/src/main/res')
-rw-r--r--sample/src/main/res/values/styles.xml7
-rw-r--r--sample/src/main/res/xml/changelog.xml3
2 files changed, 8 insertions, 2 deletions
diff --git a/sample/src/main/res/values/styles.xml b/sample/src/main/res/values/styles.xml
index 781424d..b550607 100644
--- a/sample/src/main/res/values/styles.xml
+++ b/sample/src/main/res/values/styles.xml
@@ -7,8 +7,6 @@
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
<item name="android:colorBackground">#303030</item>
- <item name="android:windowShowWallpaper">true</item>
- <item name="android:windowBackground">@android:color/transparent</item>
</style>
<style name="AppTheme.NoActionBar">
@@ -16,6 +14,11 @@
<item name="windowNoTitle">true</item>
</style>
+ <style name="AppTheme.NoActionBar.Transparent">
+ <item name="android:windowShowWallpaper">true</item>
+ <item name="android:windowBackground">@android:color/transparent</item>
+ </style>
+
<style name="AppTheme.Slide" parent="AppTheme">
<item name="android:windowAnimationStyle">@style/KauSlideInSlideOut</item>
</style>
diff --git a/sample/src/main/res/xml/changelog.xml b/sample/src/main/res/xml/changelog.xml
index 148e511..1fe0a61 100644
--- a/sample/src/main/res/xml/changelog.xml
+++ b/sample/src/main/res/xml/changelog.xml
@@ -9,6 +9,9 @@
<version title="v1.5"/>
<item text="Change snackbar builder" />
<item text="Change addBundle to withArguments to match ANKO" />
+ <item text="Created KauIItem to replace AbstractItem" />
+ <item text="Created permission manager and permission constants" />
+ <item text="" />
<item text="" />
<item text="" />
<item text="" />