summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-02-12 15:17:11 +0300
committerAndrew Dolgov <[email protected]>2015-02-12 15:17:20 +0300
commitad2c6eb9993134ac74f7a41da9de7708cf13e267 (patch)
tree4978f0a8268563837a651c6a2a69cb7e810614e5 /org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
parentf88e647b4023766770be151423708aa8dcf461d8 (diff)
more headline display margin adjustments
remove condensed font option
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row_unread.xml4
1 files changed, 2 insertions, 2 deletions
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 80eec604..a54043a1 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
@@ -14,7 +14,7 @@
<TableLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:padding="8dp"
+ android:padding="16dp"
android:baselineAligned="false"
android:shrinkColumns="0,1"
android:stretchColumns="0,1">
@@ -33,7 +33,7 @@
android:text="Sample entry title"
android:textColor="?headlineUnreadTextColor"
android:textSize="18sp"
- android:fontFamily="sans-serif-medium"
+ android:textStyle="bold"
android:paddingBottom="8dp"
android:layout_span="2" />
</TableRow>