summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/feeds_goback.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-06-04 00:30:35 +0300
committerAndrew Dolgov <[email protected]>2015-06-04 00:30:35 +0300
commitc54d13e072968fe74f0e3c43ec664a12b115bdfa (patch)
tree9e151bd9be7102854c1d6dd825172e56cf47d0a1 /org.fox.ttrss/src/main/res/layout/feeds_goback.xml
parent6b6107b2764003af19162e85d16a49a4bd42f930 (diff)
move to v7 toolbar widget instead of old-style actionbar
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/feeds_goback.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/feeds_goback.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/feeds_goback.xml b/org.fox.ttrss/src/main/res/layout/feeds_goback.xml
index 86e87263..e36a6b88 100755
--- a/org.fox.ttrss/src/main/res/layout/feeds_goback.xml
+++ b/org.fox.ttrss/src/main/res/layout/feeds_goback.xml
@@ -19,8 +19,8 @@
android:layout_height="21dp"
android:layout_weight="0"
android:scaleType="fitXY"
- android:visibility="invisible"
- android:src="?ic_rss_box" />
+ android:tint="?colorAccent"
+ android:src="?ic_keyboard_backspace" />
<TextView
android:fontFamily="sans-serif-medium"
@@ -29,7 +29,7 @@
android:gravity="center_vertical"
android:layout_weight="1"
android:ellipsize="end"
- android:paddingLeft="30dp"
+ android:paddingLeft="35dp"
android:singleLine="true"
android:text=".."
android:paddingBottom="2dp"