diff options
Diffstat (limited to 'org.fox.ttrss/src/main/res/values')
| -rw-r--r-- | org.fox.ttrss/src/main/res/values/style.xml | 8 |
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> |