summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/feeds_row.xml
diff options
context:
space:
mode:
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/feeds_row.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/feeds_row.xml13
1 files changed, 8 insertions, 5 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 64491f2c..7a10bc23 100755
--- a/org.fox.ttrss/src/main/res/layout/feeds_row.xml
+++ b/org.fox.ttrss/src/main/res/layout/feeds_row.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/feeds_row"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -28,10 +29,12 @@
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:layout_weight="1"
- android:ellipsize="end"
- android:paddingLeft="35dp"
+ android:ellipsize="middle"
+ android:paddingStart="35dp"
+ android:paddingEnd="16dp"
android:singleLine="true"
- android:text="Feed"
+ tools:text="Feed title"
+ android:textAlignment="viewStart"
android:paddingBottom="2dp"
android:textColor="?feedlistTextColor"
android:textSize="14sp" />
@@ -42,9 +45,9 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="0"
+ android:textAlignment="viewEnd"
android:singleLine="true"
- android:text="3200"
- android:layout_marginLeft="16dp"
+ tools:text="3200"
android:textColor="?unreadCounterColor"
android:textSize="14sp" />