summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/feeds_row_selected.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-08 14:27:27 +0300
committerAndrew Dolgov <[email protected]>2021-03-08 14:27:27 +0300
commit61e67e33eceaeaf30d2baa1c909cecc91eb4f765 (patch)
tree32efbba27fa8d9f9efdfce966b6e49e69d2f9eb5 /org.fox.ttrss/src/main/res/layout/feeds_row_selected.xml
parent2f3e8a2897dadf946233a00dc9b222358acdc3dd (diff)
add support for article score in the UI
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/feeds_row_selected.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/feeds_row_selected.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/feeds_row_selected.xml b/org.fox.ttrss/src/main/res/layout/feeds_row_selected.xml
index 9e14e56e..a6aa2599 100755
--- a/org.fox.ttrss/src/main/res/layout/feeds_row_selected.xml
+++ b/org.fox.ttrss/src/main/res/layout/feeds_row_selected.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"
@@ -33,7 +34,7 @@
android:ellipsize="end"
android:paddingLeft="35dp"
android:singleLine="true"
- android:text="Feed"
+ tools:text="Feed"
android:paddingBottom="2dp"
android:textColor="?feedlistSelectedTextColor"
android:textSize="14sp" />
@@ -45,7 +46,7 @@
android:layout_height="wrap_content"
android:layout_weight="0"
android:singleLine="true"
- android:text="3200"
+ tools:text="3200"
android:layout_marginLeft="16dp"
android:textColor="?unreadCounterColor"
android:textSize="14sp" />