summaryrefslogtreecommitdiffstats
path: root/fmapp2/res/layout
diff options
context:
space:
mode:
authorDanesh M <daneshm90@gmail.com>2014-11-17 14:01:42 -0800
committerEthan Chen <intervigil@gmail.com>2015-01-08 12:36:48 -0800
commit74afab6ba11e584babcbb5489611616f624cbc25 (patch)
treea7b53096656760cbfa251bb7935c2a17ca0dbdd6 /fmapp2/res/layout
parentf5a809813883313d10c6bd4e7418f4030ce0f211 (diff)
downloadandroid_hardware_qcom_fm-74afab6ba11e584babcbb5489611616f624cbc25.tar.gz
android_hardware_qcom_fm-74afab6ba11e584babcbb5489611616f624cbc25.tar.bz2
android_hardware_qcom_fm-74afab6ba11e584babcbb5489611616f624cbc25.zip
Fm : Restore seek arrows
Change-Id: I635da34903f9b21c43c167e78aaabf055462800e
Diffstat (limited to 'fmapp2/res/layout')
-rw-r--r--fmapp2/res/layout/station_info.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/fmapp2/res/layout/station_info.xml b/fmapp2/res/layout/station_info.xml
index 404c6c8..4d75816 100644
--- a/fmapp2/res/layout/station_info.xml
+++ b/fmapp2/res/layout/station_info.xml
@@ -90,8 +90,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingLeft="15dp"
+ android:layout_centerVertical="true"
android:layout_alignParentLeft="true"
- android:visibility="gone"
android:layout_alignWithParentIfMissing="true"
android:src="@drawable/btn_arrow_left"/>
@@ -101,8 +101,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingRight="15dp"
+ android:layout_centerVertical="true"
android:layout_alignParentRight="true"
- android:visibility="gone"
android:layout_alignWithParentIfMissing="true"
android:src="@drawable/btn_arrow_right"/>