diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-15 09:05:34 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-15 09:05:34 +0300 |
| commit | 2122a9b494feaddd953b276b06d8b4d0515d0f27 (patch) | |
| tree | fb4295c93163b93b01ec480268e9accbf0b5405f /org.fox.ttrss/src/main/res/values/attrs.xml | |
| parent | 6e1ea990c69f72ac0b3e49f46ce620aa8e873422 (diff) | |
drop no longer useful theme attributes in favor of drawable ids
Diffstat (limited to 'org.fox.ttrss/src/main/res/values/attrs.xml')
| -rwxr-xr-x | org.fox.ttrss/src/main/res/values/attrs.xml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/org.fox.ttrss/src/main/res/values/attrs.xml b/org.fox.ttrss/src/main/res/values/attrs.xml index e33d1c8a..55344e51 100755 --- a/org.fox.ttrss/src/main/res/values/attrs.xml +++ b/org.fox.ttrss/src/main/res/values/attrs.xml @@ -1,28 +1,3 @@ <?xml version="1.0" encoding="utf-8"?> <resources> - <attr name="ic_checkbox_marked" format="reference" /> - <attr name="ic_star" format="reference" /> - <attr name="ic_star_outline" format="reference" /> - <attr name="ic_share" format="reference" /> - <attr name="ic_go_back" format="reference" /> - <attr name="ic_settings" format="reference" /> - <attr name="ic_filter_variant" format="reference" /> - <attr name="ic_cloud_download" format="reference" /> - <attr name="ic_cloud_upload" format="reference" /> - <attr name="ic_archive" format="reference" /> - <attr name="ic_fresh" format="reference" /> - <attr name="ic_folder_outline" format="reference" /> - <attr name="ic_dots_vertical" format="reference" /> - <attr name="ic_dots_vertical_circle" format="reference" /> - <attr name="ic_attachment" format="reference" /> - <attr name="ic_attachment_vert" format="reference" /> - <declare-styleable name="ScrimInsetsView"> - <attr format="reference|color" name="insetForeground"> - </attr></declare-styleable> - <attr name="drawer_header" format="reference" /> - <attr name="ic_restore" format="reference" /> - <attr name="ic_inbox" format="reference" /> - <attr name="ic_action_trending_up" format="reference" /> - <attr name="ic_action_trending_flat" format="reference" /> - <attr name="ic_action_trending_down" format="reference" /> </resources>
\ No newline at end of file |