summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/headlines_row_selected_unread_compact.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-02-12 21:23:46 +0300
committerAndrew Dolgov <[email protected]>2015-02-12 21:23:46 +0300
commit498f2b298a7c1e8cfd127af8c5a9201e3e474561 (patch)
tree5747e556f1e3128821f3b6ddb502fe5c84842636 /org.fox.ttrss/src/main/res/layout/headlines_row_selected_unread_compact.xml
parent5041df3258604c323b4e6f5ee82ee136d52769d6 (diff)
the never ending headline display dimen/margin tweaks
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/headlines_row_selected_unread_compact.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row_selected_unread_compact.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row_selected_unread_compact.xml b/org.fox.ttrss/src/main/res/layout/headlines_row_selected_unread_compact.xml
index 27bfe9be..a2c37ba6 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines_row_selected_unread_compact.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row_selected_unread_compact.xml
@@ -3,7 +3,7 @@
xmlns:tools="http://schemas.android.com/tools"
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/headlines_row"
- android:padding="8dp"
+ android:padding="@dimen/activity_horizontal_margin"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
@@ -60,7 +60,7 @@
android:textColor="?headlineSelectedExcerptTextColor"
android:textSize="13sp"
android:layout_span="2"
- android:paddingTop="8dp" />
+ android:paddingTop="4dp" />
<LinearLayout
android:orientation="horizontal"
@@ -79,7 +79,7 @@
android:textColor="?headlineSelectedSecondaryTextColor"
android:textSize="12sp"
android:layout_weight="0.5"
- android:paddingTop="8dp" />
+ android:paddingTop="4dp" />
</LinearLayout>