aboutsummaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/values
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2025-05-09 09:37:01 +0300
committerAndrew Dolgov <fox@fakecake.org>2025-05-09 09:37:01 +0300
commitb8d52ed6cf0a1cdf3a670811534d4689380cc622 (patch)
treeb1b2d49c5ce0f382969fa976f758bdb90252de93 /org.fox.ttrss/src/main/res/values
parent20c4ac9393faa5cd6318e8644864e8b6195288bb (diff)
add some corners to article header
Diffstat (limited to 'org.fox.ttrss/src/main/res/values')
-rw-r--r--org.fox.ttrss/src/main/res/values/style.xml9
-rw-r--r--org.fox.ttrss/src/main/res/values/themes.xml1
2 files changed, 10 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
new file mode 100644
index 00000000..d97daff5
--- /dev/null
+++ b/org.fox.ttrss/src/main/res/values/style.xml
@@ -0,0 +1,9 @@
+<resources>
+ <style name="shape_appearance_article_header">
+ <item name="cornerFamily">rounded</item>
+ <item name="cornerSizeTopLeft">0dp</item>
+ <item name="cornerSizeTopRight">0dp</item>
+ <item name="cornerSizeBottomLeft">16dp</item>
+ <item name="cornerSizeBottomRight">16dp</item>
+ </style>
+</resources> \ No newline at end of file
diff --git a/org.fox.ttrss/src/main/res/values/themes.xml b/org.fox.ttrss/src/main/res/values/themes.xml
index 9a8e3121..56899235 100644
--- a/org.fox.ttrss/src/main/res/values/themes.xml
+++ b/org.fox.ttrss/src/main/res/values/themes.xml
@@ -1,4 +1,5 @@
<resources>
+
<style name="AppTheme" parent="Theme.Material3.Light.NoActionBar">
<item name="windowActionModeOverlay">true</item>