summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/feeds_row.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-02-11 15:54:04 +0300
committerAndrew Dolgov <[email protected]>2015-02-11 15:54:04 +0300
commit45de2b8f245a767a368c6af60a193474285c8ebe (patch)
tree3c721a46c8405ddf5a22dba3a866e01bd703c528 /org.fox.ttrss/src/main/res/layout/feeds_row.xml
parent0264b2d30f90f503eda98dee4d1eb734de74019c (diff)
more drawer-y sidebar with header and adjusted row styles
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/feeds_row.xml')
-rwxr-xr-x[-rw-r--r--]org.fox.ttrss/src/main/res/layout/feeds_row.xml12
1 files changed, 6 insertions, 6 deletions
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 362dffa9..3cb5433f 100644..100755
--- a/org.fox.ttrss/src/main/res/layout/feeds_row.xml
+++ b/org.fox.ttrss/src/main/res/layout/feeds_row.xml
@@ -19,25 +19,26 @@
android:layout_height="16dp"
android:layout_weight="0"
android:scaleType="fitXY"
- android:src="@drawable/ic_unpublished" />
+ android:src="@drawable/ic_menu_published_dark" />
<TextView
android:id="@+id/title"
- android:fontFamily="sans-serif-light"
+ android:fontFamily="sans-serif-medium"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:layout_weight="1"
android:ellipsize="end"
- android:paddingLeft="16dp"
+ android:paddingLeft="40dp"
android:singleLine="true"
android:text="Feed"
android:paddingBottom="2dp"
android:textColor="?feedlistTextColor"
- android:textSize="18sp" />
+ android:textSize="14sp" />
<TextView
android:id="@+id/unread_counter"
+ android:fontFamily="sans-serif-medium"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="0"
@@ -45,8 +46,7 @@
android:text="3200"
android:layout_marginLeft="16dp"
android:textColor="?unreadCounterColor"
- android:textSize="14sp"
- android:textStyle="bold" />
+ android:textSize="14sp" />
<ImageButton
android:id="@+id/feed_menu_button"