diff options
| author | Andrew Dolgov <noreply@madoka.volgo-balt.ru> | 2015-06-08 16:20:40 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@madoka.volgo-balt.ru> | 2015-06-08 16:20:40 +0300 |
| commit | 6ab91236b44d8a783092c83e1999de0652c1bd4b (patch) | |
| tree | 05c4ed56d886473f29eab11d2ce8934f77946776 /org.fox.ttrss/src/main/res/values/attrs.xml | |
| parent | 89baa99ea54846edd8a46bd2e8f25427eea92ce3 (diff) | |
preferences layout: remove unnecessary dp height
add matching material overflow icon for headlines list
Diffstat (limited to 'org.fox.ttrss/src/main/res/values/attrs.xml')
| -rwxr-xr-x | org.fox.ttrss/src/main/res/values/attrs.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/values/attrs.xml b/org.fox.ttrss/src/main/res/values/attrs.xml index ce85dcb7..4de4e098 100755 --- a/org.fox.ttrss/src/main/res/values/attrs.xml +++ b/org.fox.ttrss/src/main/res/values/attrs.xml @@ -43,6 +43,7 @@ <attr name="ic_archive" format="reference" /> <attr name="ic_coffee" format="reference" /> <attr name="ic_folder_outline" format="reference" /> + <attr name="ic_dots_vertical" format="reference" /> <declare-styleable name="ScrimInsetsView"> <attr format="reference|color" name="insetForeground"> </attr></declare-styleable> |