diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-06 15:55:54 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-06 15:55:57 +0300 |
| commit | 9644a0f5925fa09d5677784ba92b6710bfc29d15 (patch) | |
| tree | be5460c7209bf5d0c747166017ec0587420403be /org.fox.ttrss/src/main/res/values/style.xml | |
| parent | 650c24732e70c528635d45314cea31de9fe571af (diff) | |
drop some custom colors, replace with material3 theme stock; some tablet
fixes
Diffstat (limited to 'org.fox.ttrss/src/main/res/values/style.xml')
| -rwxr-xr-x | org.fox.ttrss/src/main/res/values/style.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/org.fox.ttrss/src/main/res/values/style.xml b/org.fox.ttrss/src/main/res/values/style.xml index 6a494015..ab3f39dc 100755 --- a/org.fox.ttrss/src/main/res/values/style.xml +++ b/org.fox.ttrss/src/main/res/values/style.xml @@ -11,14 +11,8 @@ <!-- <item name="statusBarHintColor">?colorPrimary</item> --> <item name="ttrssHorizontalDivider">@android:drawable/divider_horizontal_bright</item> - <item name="feedlistBackground">#e0e0e0</item> <item name="unreadCounterColor">#909090</item> - <item name="headlinesBackground">#f0f0f0</item> - <item name="articleBackground">@android:color/white</item> - <item name="headlineSelectedBackground">#dddddd</item> <item name="headlineHeaderBackground">#ccffffff</item> - <item name="headlineUnreadBackground">@android:color/white</item> - <item name="feedsSelectedBackground">#dddddd</item> <item name="feedlistTextColor">@android:color/black</item> <item name="feedlistSelectedTextColor">@android:color/black</item> <item name="headlineUnreadTextColor">@android:color/black</item> |