summaryrefslogtreecommitdiff
path: root/org.fox.ttcomics
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-04-22 17:02:39 +0300
committerAndrew Dolgov <[email protected]>2020-04-22 17:02:39 +0300
commit50d708aafc593ac37d3ec1c6b18603de69e4b2f4 (patch)
treecd159dbf7ad51a709c39bcb977e3d4430229ca9b /org.fox.ttcomics
parenta73e2d2557e1b195fe8a5724b4feec907b48f68d (diff)
set proper theme for view comic activity; simplify styles a bit
Diffstat (limited to 'org.fox.ttcomics')
-rw-r--r--org.fox.ttcomics/src/main/AndroidManifest.xml1
-rw-r--r--org.fox.ttcomics/src/main/res/values-v21/style.xml6
-rw-r--r--org.fox.ttcomics/src/main/res/values/style.xml2
3 files changed, 2 insertions, 7 deletions
diff --git a/org.fox.ttcomics/src/main/AndroidManifest.xml b/org.fox.ttcomics/src/main/AndroidManifest.xml
index 2e4511d..b2db613 100644
--- a/org.fox.ttcomics/src/main/AndroidManifest.xml
+++ b/org.fox.ttcomics/src/main/AndroidManifest.xml
@@ -41,6 +41,7 @@
</activity>
<activity
+ android:theme="@style/AppTheme"
android:name=".ViewComicActivity"
android:label="@string/title_activity_main">
</activity>
diff --git a/org.fox.ttcomics/src/main/res/values-v21/style.xml b/org.fox.ttcomics/src/main/res/values-v21/style.xml
deleted file mode 100644
index c3ac29a..0000000
--- a/org.fox.ttcomics/src/main/res/values-v21/style.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<resources xmlns:android="http://schemas.android.com/apk/res/android">
-
- <style name="DarkDialogTheme" parent="android:Theme.Material.Dialog">
- </style>
-
-</resources> \ No newline at end of file
diff --git a/org.fox.ttcomics/src/main/res/values/style.xml b/org.fox.ttcomics/src/main/res/values/style.xml
index 5540514..825724b 100644
--- a/org.fox.ttcomics/src/main/res/values/style.xml
+++ b/org.fox.ttcomics/src/main/res/values/style.xml
@@ -9,6 +9,6 @@
<item name="colorAccent">#FF5722</item>
</style>
- <style name="DarkDialogTheme" parent="android:Theme">
+ <style name="DarkDialogTheme" parent="android:Theme.Material.Dialog">
</style>
</resources> \ No newline at end of file