From e5ab4e59686632a28debc6039f1c6927fffe9643 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 16 Nov 2014 13:13:39 +0400 Subject: add gmail-like round drawable for compact mode in place of checkbox --- .../src/main/res/drawable-hdpi/check_sm.9.png | Bin 0 -> 1367 bytes .../src/main/res/drawable-xhdpi/check_sm.9.png | Bin 0 -> 2598 bytes .../src/main/res/drawable-xxhdpi/check_sm.9.png | Bin 0 -> 4204 bytes .../src/main/res/layout/headlines_row_compact.xml | 24 +++++++++++++++------ .../res/layout/headlines_row_selected_compact.xml | 24 +++++++++++++++------ .../headlines_row_selected_unread_compact.xml | 24 +++++++++++++++------ .../res/layout/headlines_row_unread_compact.xml | 24 +++++++++++++++------ 7 files changed, 72 insertions(+), 24 deletions(-) create mode 100644 org.fox.ttrss/src/main/res/drawable-hdpi/check_sm.9.png create mode 100644 org.fox.ttrss/src/main/res/drawable-xhdpi/check_sm.9.png create mode 100644 org.fox.ttrss/src/main/res/drawable-xxhdpi/check_sm.9.png (limited to 'org.fox.ttrss/src/main/res') diff --git a/org.fox.ttrss/src/main/res/drawable-hdpi/check_sm.9.png b/org.fox.ttrss/src/main/res/drawable-hdpi/check_sm.9.png new file mode 100644 index 00000000..7cf73521 Binary files /dev/null and b/org.fox.ttrss/src/main/res/drawable-hdpi/check_sm.9.png differ diff --git a/org.fox.ttrss/src/main/res/drawable-xhdpi/check_sm.9.png b/org.fox.ttrss/src/main/res/drawable-xhdpi/check_sm.9.png new file mode 100644 index 00000000..9981a75f Binary files /dev/null and b/org.fox.ttrss/src/main/res/drawable-xhdpi/check_sm.9.png differ diff --git a/org.fox.ttrss/src/main/res/drawable-xxhdpi/check_sm.9.png b/org.fox.ttrss/src/main/res/drawable-xxhdpi/check_sm.9.png new file mode 100644 index 00000000..8766797f Binary files /dev/null and b/org.fox.ttrss/src/main/res/drawable-xxhdpi/check_sm.9.png differ diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row_compact.xml b/org.fox.ttrss/src/main/res/layout/headlines_row_compact.xml index eec8860f..c0240fda 100644 --- a/org.fox.ttrss/src/main/res/layout/headlines_row_compact.xml +++ b/org.fox.ttrss/src/main/res/layout/headlines_row_compact.xml @@ -10,13 +10,25 @@ android:background="?headlineNormalBackground" tools:ignore="HardcodedText" > - + android:layout_height="wrap_content"> + + + + + + - + android:layout_height="wrap_content"> + + + + + + - + android:layout_height="wrap_content"> + + + + + + - + android:layout_height="wrap_content"> + + + + + +