summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/headlines_row_unread_compact.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-07-08 15:09:29 +0300
committerAndrew Dolgov <[email protected]>2015-07-08 15:09:29 +0300
commit49f820110d8c6a4520fc5e5e8b5c83e1b9eac0a1 (patch)
treefb7e5a44db9649587ad9eb506aef5e3afa26dfb0 /org.fox.ttrss/src/main/res/layout/headlines_row_unread_compact.xml
parentd7677ec893e5003e16ae39595d59a1f82f629cd5 (diff)
add not completely functional headline thumbnails for compact mode
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/headlines_row_unread_compact.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row_unread_compact.xml14
1 files changed, 8 insertions, 6 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row_unread_compact.xml b/org.fox.ttrss/src/main/res/layout/headlines_row_unread_compact.xml
index 58317014..b9db0c48 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines_row_unread_compact.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row_unread_compact.xml
@@ -11,22 +11,24 @@
tools:ignore="HardcodedText" >
<FrameLayout
- android:layout_marginRight="8dp"
+ android:layout_marginRight="16dp"
android:layout_gravity="center_vertical|left"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content">
+ android:layout_width="64dp"
+ android:layout_height="64dp">
<ImageView
android:clickable="true"
- android:layout_width="48dp"
- android:layout_height="48dp"
+ android:layout_width="64dp"
+ android:layout_height="64dp"
+ android:layout_gravity="center"
android:id="@+id/text_image"/>
<ImageView
android:layout_width="48dp"
android:layout_height="48dp"
android:src="@drawable/check_sm"
- android:id="@+id/text_checked"/>
+ android:id="@+id/text_checked"
+ android:layout_gravity="center" />
</FrameLayout>