summaryrefslogtreecommitdiffstats
path: root/fmapp2/res/layout/station_info.xml
diff options
context:
space:
mode:
authorVenkateshwarlu Domakonda <Venkateshwarlu@codeaurora.org>2013-07-24 19:56:59 +0530
committerVenkateshwarlu Domakonda <Venkateshwarlu@codeaurora.org>2013-07-25 15:33:41 +0530
commit56262fbb457c9277727a36541c1ab54c32a76d68 (patch)
treeeaece285197a59100e5b1e4067f14781f56e875b /fmapp2/res/layout/station_info.xml
parentb6e25e2179d777664baa39b854f19437acba03e7 (diff)
downloadandroid_hardware_qcom_fm-56262fbb457c9277727a36541c1ab54c32a76d68.tar.gz
android_hardware_qcom_fm-56262fbb457c9277727a36541c1ab54c32a76d68.tar.bz2
android_hardware_qcom_fm-56262fbb457c9277727a36541c1ab54c32a76d68.zip
fm: Move FM2 APP source tree to vendor project
- FM2 APP source moved from packages/apps to vendor/qcom-opensource/ repository. - Remove intent mechanism to receive meta data. - Use remote service connection mechanism to receive meta data. Change-Id: I74ba25b259ff93097db88644f4be9e5bae20131a
Diffstat (limited to 'fmapp2/res/layout/station_info.xml')
-rw-r--r--fmapp2/res/layout/station_info.xml192
1 files changed, 192 insertions, 0 deletions
diff --git a/fmapp2/res/layout/station_info.xml b/fmapp2/res/layout/station_info.xml
new file mode 100644
index 0000000..fc7d62e
--- /dev/null
+++ b/fmapp2/res/layout/station_info.xml
@@ -0,0 +1,192 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ * Copyright (c) 2009, 2012, The Linux Foundation. All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions are met:
+ * * Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * * Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution.
+ * * Neither the name of The Linux Foundation nor
+ * the names of its contributors may be used to endorse or promote
+ * products derived from this software without specific prior written
+ * permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NON-INFRINGEMENT ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
+ * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
+ * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+ * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+-->
+<merge xmlns:android="http://schemas.android.com/apk/res/android">
+
+ <LinearLayout android:id="@+id/station_info"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:layout_weight="0"
+ android:orientation="vertical"
+ android:gravity="top">
+
+ <RelativeLayout android:id="@+id/top_most"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content">
+
+ <ImageView android:id="@+id/signal_level"
+ android:src="@drawable/ic_signal_2"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:paddingLeft="5dp"
+ android:layout_alignParentTop="true"
+ android:layout_alignParentLeft="true"
+ android:visibility="gone" />
+
+ <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:textSize="14sp"
+ android:layout_marginLeft="25dp"
+ android:textStyle="bold"
+ android:visibility="invisible"
+ android:text="@string/default_sleep" />
+
+ <TextView android:id="@+id/record_msg_tv"
+ android:textAppearance="?android:attr/textAppearanceMedium"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:drawableLeft="@drawable/recorder_start"
+ android:layout_marginLeft="20dp"
+ android:textSize="14sp"
+ android:textStyle="bold"
+ android:clickable="true"
+ android:visibility="invisible"
+ android:text="@string/default_record"/>
+
+ <TextView android:id="@+id/stereo_text_tv"
+ android:textAppearance="?android:attr/textAppearanceSmall"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:paddingRight="16dp"
+ android:layout_alignParentTop="true"
+ android:layout_alignParentRight="true"
+ android:layout_alignBaseline="@id/signal_level"
+ android:textSize="13sp"
+ android:text="@string/default_audio"/>
+
+ </RelativeLayout>
+
+ <LinearLayout android:id="@+id/station_frequency_row"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:orientation="vertical"
+ android:paddingTop="5dp"
+ android:paddingBottom="5dp"
+ android:layout_alignWithParentIfMissing="true"
+ android:gravity="center">
+
+ <TextView android:id="@+id/call_sign_tv"
+ android:textAppearance="?android:attr/textAppearanceMedium"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textSize="14sp"
+ android:paddingTop="2dp"
+ android:paddingRight="2dp"
+ android:paddingBottom="2dp"
+ android:paddingLeft="2dp"
+ android:text="@string/station_id_string" />
+
+ <TextView android:id="@+id/pty_tv"
+ android:textAppearance="?android:attr/textAppearanceMedium"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textSize="14sp"
+ android:paddingTop="2dp"
+ android:paddingRight="2dp"
+ android:paddingBottom="2dp"
+ android:paddingLeft="2dp"
+ android:text="@string/pty_string" />
+
+ </LinearLayout>
+
+ <RelativeLayout android:id="@+id/second_layout"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginTop="2dp"
+ android:layout_marginBottom="2dp"
+ android:layout_marginLeft="2dp"
+ android:layout_marginRight="2dp">
+
+ <TextView android:id="@+id/prog_frequency_tv"
+ android:textAppearance="?android:attr/textAppearanceLarge"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textSize="25dp"
+ android:gravity="center"
+ android:layout_toLeftOf="@+id/btn_forward"
+ android:layout_toRightOf="@+id/btn_back"
+ android:text="@string/frequency_string"/>
+
+ <ImageView android:id="@+id/btn_back"
+ android:clickable="true"
+ android:focusable="true"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:paddingLeft="15dp"
+ android:layout_alignParentLeft="true"
+ android:visibility="visible"
+ android:layout_alignWithParentIfMissing="true"
+ android:src="@drawable/btn_arrow_left"/>
+
+ <ImageView android:id="@+id/btn_forward"
+ android:clickable="true"
+ android:focusable="true"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:paddingRight="15dp"
+ android:layout_alignParentRight="true"
+ android:visibility="visible"
+ android:layout_alignWithParentIfMissing="true"
+ android:src="@drawable/btn_arrow_right"/>
+
+ </RelativeLayout>
+
+ <!-- Station Radio Text information display -->
+ <TextView android:id="@+id/radio_text_tv"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:textAppearance="?android:attr/textAppearanceMedium"
+ android:textSize="15sp"
+ android:singleLine="true"
+ android:textStyle="bold"
+ android:paddingLeft="2dp"
+ android:paddingRight="2dp"
+ android:paddingBottom="5dp"
+ android:paddingTop="20dp"
+ android:gravity="center_horizontal"
+ android:text="@string/radio_text_string"/>
+
+ <TextView android:id="@+id/eradio_text_tv"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:textAppearance="?android:attr/textAppearanceMedium"
+ android:textSize="15sp"
+ android:singleLine="true"
+ android:textStyle="bold"
+ android:paddingLeft="2dp"
+ android:paddingRight="2dp"
+ android:paddingBottom="5dp"
+ android:gravity="center_horizontal"
+ android:text="@string/eradio_text_string"/>
+
+ </LinearLayout>
+
+</merge>