summaryrefslogtreecommitdiffstats
path: root/fmapp2/res/layout/fmradio.xml
diff options
context:
space:
mode:
authorDanesh M <daneshm90@gmail.com>2014-11-18 17:12:50 -0800
committerEthan Chen <intervigil@gmail.com>2015-01-08 12:37:01 -0800
commit4283877b254ba75ef42d540a6755ebf29724d302 (patch)
tree53bd54bdf352df720b10cbeb21d75c2989c6a062 /fmapp2/res/layout/fmradio.xml
parent659fb041e31008a33b1ca62c073bd6af607ccf01 (diff)
downloadandroid_hardware_qcom_fm-4283877b254ba75ef42d540a6755ebf29724d302.tar.gz
android_hardware_qcom_fm-4283877b254ba75ef42d540a6755ebf29724d302.tar.bz2
android_hardware_qcom_fm-4283877b254ba75ef42d540a6755ebf29724d302.zip
FmRadio : Re-add RDS fields to UI
Change-Id: Ib7cf1e0c5de85440f7d2a7563cc5f7e508b6998f
Diffstat (limited to 'fmapp2/res/layout/fmradio.xml')
-rw-r--r--fmapp2/res/layout/fmradio.xml35
1 files changed, 0 insertions, 35 deletions
diff --git a/fmapp2/res/layout/fmradio.xml b/fmapp2/res/layout/fmradio.xml
index c78f563..3d13e76 100644
--- a/fmapp2/res/layout/fmradio.xml
+++ b/fmapp2/res/layout/fmradio.xml
@@ -33,41 +33,6 @@
android:layout_height="fill_parent"
android:orientation="vertical">
- <RelativeLayout android:id="@+id/layout_on_off"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:orientation="horizontal"
- android:layout_marginTop="3dp">
-
- <TextView android:id="@+id/sleep_msg_tv"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:drawableLeft="@drawable/count_down"
- android:layout_toRightOf="@+id/btn_onoff"
- android:textSize="14sp"
- android:layout_marginLeft="5dp"
- android:textStyle="bold"
- android:visibility="invisible"
- android:text="@string/default_sleep" />
-
- <TextView android:id="@+id/prog_service_tv"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:gravity="center"
- android:visibility="gone"
- android:layout_marginLeft="2dp"
- android:layout_marginRight="2dp"
- android:layout_toLeftOf="@+id/btn_silent"
- android:layout_toRightOf="@+id/sleep_msg_tv"
- android:textSize="16sp"
- android:singleLine="true"
- android:textStyle="bold"
- android:text="@string/prog_service_string"/>
-
- </RelativeLayout>
-
<LinearLayout android:id="@+id/stationinfo_layout"
android:layout_width="fill_parent"
android:layout_height="match_parent"