From 6ab91236b44d8a783092c83e1999de0652c1bd4b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 8 Jun 2015 16:20:40 +0300 Subject: preferences layout: remove unnecessary dp height add matching material overflow icon for headlines list --- .../src/main/res/drawable-hdpi/ic_action_overflow.png | Bin 165 -> 0 bytes .../src/main/res/drawable-hdpi/ic_dots_vertical.png | Bin 0 -> 300 bytes .../src/main/res/drawable-hdpi/ic_dots_vertical_dark.png | Bin 0 -> 325 bytes .../src/main/res/drawable-xhdpi/ic_action_overflow.png | Bin 171 -> 0 bytes .../src/main/res/drawable-xhdpi/ic_dots_vertical.png | Bin 0 -> 400 bytes .../src/main/res/drawable-xhdpi/ic_dots_vertical_dark.png | Bin 0 -> 432 bytes .../src/main/res/drawable-xxhdpi/ic_action_overflow.png | Bin 245 -> 0 bytes .../src/main/res/drawable-xxhdpi/ic_dots_vertical.png | Bin 0 -> 501 bytes .../main/res/drawable-xxhdpi/ic_dots_vertical_dark.png | Bin 0 -> 590 bytes .../src/main/res/drawable-xxxhdpi/ic_dots_vertical.png | Bin 0 -> 797 bytes .../main/res/drawable-xxxhdpi/ic_dots_vertical_dark.png | Bin 0 -> 950 bytes org.fox.ttrss/src/main/res/layout/feeds_row.xml | 4 ++-- org.fox.ttrss/src/main/res/layout/feeds_row_selected.xml | 4 ++-- org.fox.ttrss/src/main/res/layout/headlines_row.xml | 4 ++-- .../src/main/res/layout/headlines_row_unread.xml | 4 ++-- org.fox.ttrss/src/main/res/layout/preferences.xml | 2 +- org.fox.ttrss/src/main/res/values/attrs.xml | 1 + org.fox.ttrss/src/main/res/values/style.xml | 2 ++ 18 files changed, 12 insertions(+), 9 deletions(-) delete mode 100644 org.fox.ttrss/src/main/res/drawable-hdpi/ic_action_overflow.png create mode 100644 org.fox.ttrss/src/main/res/drawable-hdpi/ic_dots_vertical.png create mode 100644 org.fox.ttrss/src/main/res/drawable-hdpi/ic_dots_vertical_dark.png delete mode 100644 org.fox.ttrss/src/main/res/drawable-xhdpi/ic_action_overflow.png create mode 100644 org.fox.ttrss/src/main/res/drawable-xhdpi/ic_dots_vertical.png create mode 100644 org.fox.ttrss/src/main/res/drawable-xhdpi/ic_dots_vertical_dark.png delete mode 100644 org.fox.ttrss/src/main/res/drawable-xxhdpi/ic_action_overflow.png create mode 100644 org.fox.ttrss/src/main/res/drawable-xxhdpi/ic_dots_vertical.png create mode 100644 org.fox.ttrss/src/main/res/drawable-xxhdpi/ic_dots_vertical_dark.png create mode 100644 org.fox.ttrss/src/main/res/drawable-xxxhdpi/ic_dots_vertical.png create mode 100644 org.fox.ttrss/src/main/res/drawable-xxxhdpi/ic_dots_vertical_dark.png (limited to 'org.fox.ttrss/src/main/res') diff --git a/org.fox.ttrss/src/main/res/drawable-hdpi/ic_action_overflow.png b/org.fox.ttrss/src/main/res/drawable-hdpi/ic_action_overflow.png deleted file mode 100644 index 540dc6d6..00000000 Binary files a/org.fox.ttrss/src/main/res/drawable-hdpi/ic_action_overflow.png and /dev/null differ diff --git a/org.fox.ttrss/src/main/res/drawable-hdpi/ic_dots_vertical.png b/org.fox.ttrss/src/main/res/drawable-hdpi/ic_dots_vertical.png new file mode 100644 index 00000000..391b72e5 Binary files /dev/null and b/org.fox.ttrss/src/main/res/drawable-hdpi/ic_dots_vertical.png differ diff --git a/org.fox.ttrss/src/main/res/drawable-hdpi/ic_dots_vertical_dark.png b/org.fox.ttrss/src/main/res/drawable-hdpi/ic_dots_vertical_dark.png new file mode 100644 index 00000000..f4b0bf24 Binary files /dev/null and b/org.fox.ttrss/src/main/res/drawable-hdpi/ic_dots_vertical_dark.png differ diff --git a/org.fox.ttrss/src/main/res/drawable-xhdpi/ic_action_overflow.png b/org.fox.ttrss/src/main/res/drawable-xhdpi/ic_action_overflow.png deleted file mode 100644 index 267d4627..00000000 Binary files a/org.fox.ttrss/src/main/res/drawable-xhdpi/ic_action_overflow.png and /dev/null differ diff --git a/org.fox.ttrss/src/main/res/drawable-xhdpi/ic_dots_vertical.png b/org.fox.ttrss/src/main/res/drawable-xhdpi/ic_dots_vertical.png new file mode 100644 index 00000000..c18126d6 Binary files /dev/null and b/org.fox.ttrss/src/main/res/drawable-xhdpi/ic_dots_vertical.png differ diff --git a/org.fox.ttrss/src/main/res/drawable-xhdpi/ic_dots_vertical_dark.png b/org.fox.ttrss/src/main/res/drawable-xhdpi/ic_dots_vertical_dark.png new file mode 100644 index 00000000..71192997 Binary files /dev/null and b/org.fox.ttrss/src/main/res/drawable-xhdpi/ic_dots_vertical_dark.png differ diff --git a/org.fox.ttrss/src/main/res/drawable-xxhdpi/ic_action_overflow.png b/org.fox.ttrss/src/main/res/drawable-xxhdpi/ic_action_overflow.png deleted file mode 100644 index 4e9e854b..00000000 Binary files a/org.fox.ttrss/src/main/res/drawable-xxhdpi/ic_action_overflow.png and /dev/null differ diff --git a/org.fox.ttrss/src/main/res/drawable-xxhdpi/ic_dots_vertical.png b/org.fox.ttrss/src/main/res/drawable-xxhdpi/ic_dots_vertical.png new file mode 100644 index 00000000..9333e357 Binary files /dev/null and b/org.fox.ttrss/src/main/res/drawable-xxhdpi/ic_dots_vertical.png differ diff --git a/org.fox.ttrss/src/main/res/drawable-xxhdpi/ic_dots_vertical_dark.png b/org.fox.ttrss/src/main/res/drawable-xxhdpi/ic_dots_vertical_dark.png new file mode 100644 index 00000000..12c0e9c3 Binary files /dev/null and b/org.fox.ttrss/src/main/res/drawable-xxhdpi/ic_dots_vertical_dark.png differ diff --git a/org.fox.ttrss/src/main/res/drawable-xxxhdpi/ic_dots_vertical.png b/org.fox.ttrss/src/main/res/drawable-xxxhdpi/ic_dots_vertical.png new file mode 100644 index 00000000..40c786c6 Binary files /dev/null and b/org.fox.ttrss/src/main/res/drawable-xxxhdpi/ic_dots_vertical.png differ diff --git a/org.fox.ttrss/src/main/res/drawable-xxxhdpi/ic_dots_vertical_dark.png b/org.fox.ttrss/src/main/res/drawable-xxxhdpi/ic_dots_vertical_dark.png new file mode 100644 index 00000000..c4997cfe Binary files /dev/null and b/org.fox.ttrss/src/main/res/drawable-xxxhdpi/ic_dots_vertical_dark.png differ diff --git a/org.fox.ttrss/src/main/res/layout/feeds_row.xml b/org.fox.ttrss/src/main/res/layout/feeds_row.xml index b8fe5724..64491f2c 100755 --- a/org.fox.ttrss/src/main/res/layout/feeds_row.xml +++ b/org.fox.ttrss/src/main/res/layout/feeds_row.xml @@ -48,7 +48,7 @@ android:textColor="?unreadCounterColor" android:textSize="14sp" /> - + android:src="?ic_dots_vertical" /> --> \ No newline at end of file diff --git a/org.fox.ttrss/src/main/res/layout/feeds_row_selected.xml b/org.fox.ttrss/src/main/res/layout/feeds_row_selected.xml index 601712fd..9e14e56e 100755 --- a/org.fox.ttrss/src/main/res/layout/feeds_row_selected.xml +++ b/org.fox.ttrss/src/main/res/layout/feeds_row_selected.xml @@ -50,7 +50,7 @@ android:textColor="?unreadCounterColor" android:textSize="14sp" /> - + android:src="?ic_dots_vertical" /> --> \ No newline at end of file diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row.xml b/org.fox.ttrss/src/main/res/layout/headlines_row.xml index 5f18d42d..409fdd8a 100755 --- a/org.fox.ttrss/src/main/res/layout/headlines_row.xml +++ b/org.fox.ttrss/src/main/res/layout/headlines_row.xml @@ -178,11 +178,11 @@ android:id="@+id/article_menu_button" android:background="@drawable/ripple" android:layout_width="wrap_content" - android:layout_height="16dp" + android:layout_height="24dp" android:layout_weight="0" android:paddingLeft="4dp" android:paddingRight="4dp" - android:src="@drawable/ic_action_overflow" /> + android:src="?ic_dots_vertical" /> diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml b/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml index acfd6988..79e212c0 100755 --- a/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml +++ b/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml @@ -180,11 +180,11 @@ android:id="@+id/article_menu_button" android:background="@drawable/ripple" android:layout_width="wrap_content" - android:layout_height="16dp" + android:layout_height="24dp" android:layout_weight="0" android:paddingLeft="4dp" android:paddingRight="4dp" - android:src="@drawable/ic_action_overflow" /> + android:src="?ic_dots_vertical" /> diff --git a/org.fox.ttrss/src/main/res/layout/preferences.xml b/org.fox.ttrss/src/main/res/layout/preferences.xml index e030afb3..c742fc88 100755 --- a/org.fox.ttrss/src/main/res/layout/preferences.xml +++ b/org.fox.ttrss/src/main/res/layout/preferences.xml @@ -10,7 +10,7 @@ android:background="?android:colorBackground" android:fitsSystemWindows="true" android:layout_width="match_parent" - android:layout_height="502dp" + android:layout_height="match_parent" android:layout_alignParentLeft="true" android:layout_alignParentStart="true" android:layout_alignParentBottom="true" 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 @@ + diff --git a/org.fox.ttrss/src/main/res/values/style.xml b/org.fox.ttrss/src/main/res/values/style.xml index ad3869d7..a02ee887 100755 --- a/org.fox.ttrss/src/main/res/values/style.xml +++ b/org.fox.ttrss/src/main/res/values/style.xml @@ -56,6 +56,7 @@ @drawable/ic_archive_dark @drawable/ic_coffee_dark @drawable/ic_folder_outline_dark + @drawable/ic_dots_vertical_dark -- cgit v1.2.3