aboutsummaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/values
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2025-05-09 11:28:35 +0300
committerAndrew Dolgov <fox@fakecake.org>2025-05-09 11:28:35 +0300
commit9cd2d09126ee257f067e151937a433dd2cf45b74 (patch)
tree76759277295720232617707c378e04f53e623e3c /org.fox.ttrss/src/main/res/values
parent4ad6971caf93f481155d3f1923b8de97e49a0621 (diff)
add rounded corners to feeds container 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 0b43f1d9..2b44ac4b 100644
--- a/org.fox.ttrss/src/main/res/values/style.xml
+++ b/org.fox.ttrss/src/main/res/values/style.xml
@@ -7,6 +7,14 @@
<item name="cornerSizeBottomRight">16dp</item>
</style>
+ <style name="ShapeAppearanceFeedsTablet">
+ <item name="cornerFamily">rounded</item>
+ <item name="cornerSizeTopLeft">0dp</item>
+ <item name="cornerSizeTopRight">16dp</item>
+ <item name="cornerSizeBottomLeft">0dp</item>
+ <item name="cornerSizeBottomRight">16dp</item>
+ </style>
+
<!-- https://stackoverflow.com/a/73782598 -->
<style name="AppPreferenceThemeOverlay" parent="@style/PreferenceThemeOverlay">
<item name="switchPreferenceCompatStyle">@style/AppSwitchPreference</item>