summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/values
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2025-05-09 11:48:11 +0300
committerAndrew Dolgov <fox@fakecake.org>2025-05-09 11:48:11 +0300
commitad79be228c6083112042b1019016ca8a1d23f0ff (patch)
tree90fcda3441786dc851f0152c465ff73eb9cd1162 /org.fox.ttrss/src/main/res/values
parent9cd2d09126ee257f067e151937a433dd2cf45b74 (diff)
prune unnecessary views, add some corners to detail activity on tablets
Diffstat (limited to 'org.fox.ttrss/src/main/res/values')
-rw-r--r--org.fox.ttrss/src/main/res/values/style.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/values/style.xml b/org.fox.ttrss/src/main/res/values/style.xml
index 2b44ac4b..f97f66f8 100644
--- a/org.fox.ttrss/src/main/res/values/style.xml
+++ b/org.fox.ttrss/src/main/res/values/style.xml
@@ -15,6 +15,14 @@
<item name="cornerSizeBottomRight">16dp</item>
</style>
+ <style name="ShapeAppearanceHeadlinesTablet">
+ <item name="cornerFamily">rounded</item>
+ <item name="cornerSizeTopLeft">0dp</item>
+ <item name="cornerSizeTopRight">16dp</item>
+ <item name="cornerSizeBottomLeft">0dp</item>
+ <item name="cornerSizeBottomRight">0dp</item>
+ </style>
+
<!-- https://stackoverflow.com/a/73782598 -->
<style name="AppPreferenceThemeOverlay" parent="@style/PreferenceThemeOverlay">
<item name="switchPreferenceCompatStyle">@style/AppSwitchPreference</item>