• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3	android:layout_width="fill_parent" android:layout_height="fill_parent"
4	android:id="@+id/ParentLayout" android:orientation="vertical"
5	android:background="@drawable/wallpaper7">
6	<ScrollView android:layout_width="fill_parent"
7		android:layout_height="wrap_content" android:id="@+id/scrollview1"
8		android:layout_weight="1">
9		<LinearLayout android:id="@+id/widget224"
10			android:layout_width="fill_parent" android:orientation="vertical"
11			android:layout_height="fill_parent">
12			<LinearLayout android:id="@+id/widget30"
13				android:layout_alignParentTop="true" android:layout_alignParentLeft="true"
14				android:layout_width="fill_parent" android:layout_height="120dip">
15
16                                <ImageView android:id="@+id/imgMute"
17					android:layout_gravity="center" android:layout_height="wrap_content"
18					android:layout_width="fill_parent" android:layout_weight="1">
19				</ImageView>
20				<ImageView android:id="@+id/imgMode"
21					android:layout_height="wrap_content" android:layout_width="fill_parent"
22					android:layout_weight="1" android:layout_gravity="center">
23				</ImageView>
24				<ImageView android:id="@+id/imgPower"
25					android:layout_height="wrap_content" android:layout_width="fill_parent"
26					android:adjustViewBounds="true" android:layout_gravity="center"
27					android:baselineAlignBottom="true" android:cropToPadding="true"
28					android:drawingCacheQuality="auto" android:src="@drawable/poweron"
29					android:layout_weight="1">
30				</ImageView>
31			</LinearLayout>
32			<LinearLayout android:id="@+id/widget35"
33				android:layout_below="@+id/widget30" android:layout_alignParentLeft="true"
34				android:layout_width="fill_parent" android:orientation="vertical"
35				android:layout_height="70dip">
36				<TextView android:id="@+id/txtRadioText"
37					android:scrollHorizontally="false" android:lines="1" android:text="@string/radioTxt"
38					android:textStyle="bold" android:textSize="20sp"
39					android:layout_width="fill_parent" android:layout_gravity="center"
40					android:paddingLeft="30dip" android:layout_height="50dip">
41				</TextView>
42				<TextView android:id="@+id/txtPsText"
43					android:scrollHorizontally="false" android:lines="1" android:text="@string/pstxt"
44					android:layout_gravity="center" android:textStyle="bold"
45					android:textSize="20sp" android:layout_width="fill_parent"
46					android:paddingLeft="30dip" android:layout_height="50dip">
47				</TextView>
48
49			</LinearLayout>
50
51			<LinearLayout android:id="@+id/widget36"
52				android:layout_below="@+id/widget35" android:layout_alignParentLeft="true"
53				android:layout_width="fill_parent" android:layout_centerInParent="true"
54				android:layout_height="30dip">
55				<TextView android:id="@+id/txtStatusMsg"
56					android:layout_width="fill_parent" android:scrollHorizontally="false"
57					android:lines="1" android:text="@string/statusMsg"
58					android:paddingLeft="120dip" android:textSize="20sp"
59					android:layout_height="30dip">
60				</TextView>
61			</LinearLayout>
62
63			<LinearLayout android:layout_width="fill_parent"
64				android:layout_height="100dip"
65				android:id="@+id/widget67" android:layout_marginLeft="25dip">
66
67				<TableLayout android:id="@+id/TableLayout01"
68					android:layout_width="wrap_content" android:layout_weight="1"
69					android:layout_height="wrap_content"  android:paddingLeft="40dip">
70					<TableRow android:layout_margin="1dip">
71						<ImageButton android:id="@+id/imgseekdown"
72							android:layout_height="80dip" android:layout_width="wrap_content"
73							android:background="@drawable/seek_down_bgd">
74						</ImageButton>
75					</TableRow>
76				</TableLayout>
77
78				<TableLayout android:id="@+id/TableLayout02"
79					android:layout_width="wrap_content" android:layout_height="wrap_content"
80					android:layout_weight="1">
81					<TableRow>
82						<TextView android:id="@+id/txtStationName" android:text="@string/name"
83							android:visibility="visible" android:layout_gravity="center"
84							android:layout_height="30dip" android:textSize="22dip">
85						</TextView>
86					</TableRow>
87					<TableLayout android:id="@+id/widget39"
88						android:layout_width="144dip" android:orientation="horizontal"
89						android:layout_height="40dip">
90						<TableRow>
91							<TextView android:id="@+id/txtRxFreq"
92								android:text="@string/rx_freq_val"
93								android:textStyle="bold" android:visibility="visible"
94								android:layout_height="wrap_content" android:textSize="30dip" android:layout_width="fill_parent" android:layout_weight="1">
95							</TextView>
96							<TextView android:id="@+id/txtLabel"
97								android:layout_height="wrap_content" android:text="@string/labelhz"
98								android:layout_marginLeft="4dip" android:textSize="26dip" android:layout_width="wrap_content" android:layout_weight="1" android:layout_marginRight="1dip">
99							</TextView>
100						</TableRow>
101					</TableLayout>
102
103				</TableLayout>
104
105				<TableLayout android:id="@+id/TableLayout03"
106					android:layout_width="wrap_content" android:layout_height="wrap_content"
107					android:layout_weight="1">
108					<TableRow android:layout_margin="1dip">
109						<ImageButton android:id="@+id/imgseekup"
110							android:background="@drawable/seek_up_bgd" android:layout_height="80dip"
111							android:layout_width="wrap_content">
112						</ImageButton>
113					</TableRow>
114				</TableLayout>
115			</LinearLayout>
116			<LinearLayout android:id="@+id/widget95"
117				android:layout_below="@+id/widget72" android:layout_alignParentLeft="true"
118				android:layout_width="fill_parent" android:paddingTop="40dip"
119				android:layout_height="100dip">
120				<Button android:id="@+id/station1" android:layout_height="50dip"
121					android:text="@string/station1" android:textSize="30sp"
122					android:background="@drawable/btn_bgd" android:clickable="true" android:layout_width="fill_parent"
123                                        android:layout_weight="1" android:layout_marginLeft="20dip" android:layout_marginRight="20dip">
124				</Button>
125				<Button android:id="@+id/station2" android:layout_marginLeft="20dip"
126					android:layout_height="50dip" android:text="@string/station2"
127					android:textSize="30sp" android:background="@drawable/btn_bgd" android:clickable="true" android:layout_width="fill_parent" android:layout_weight="1" android:layout_marginRight="20dip">
128				</Button>
129				<Button android:id="@+id/station3" android:layout_marginLeft="20dip"
130					android:layout_height="50dip" android:text="@string/station3"
131					android:editable="true" android:textSize="30sp"
132					android:background="@drawable/btn_bgd"
133					android:clickable="true" android:layout_width="fill_parent" android:layout_weight="1" android:layout_marginRight="20dip">
134				</Button>
135			</LinearLayout>
136			<LinearLayout android:id="@+id/widget99"
137				android:layout_below="@+id/widget95" android:layout_alignParentLeft="true"
138				android:layout_width="fill_parent" android:paddingTop="20dip"
139				android:layout_height="100dip">
140				<Button android:id="@+id/station4" android:layout_height="50dip"
141					android:text="@string/station4" android:textSize="30sp"
142					android:layout_marginLeft="20dip"
143					android:layout_gravity="center" android:background="@drawable/btn_bgd"
144					android:clickable="true" android:layout_width="fill_parent" android:layout_weight="1" android:layout_marginRight="20dip">
145				</Button>
146				<Button android:id="@+id/station5" android:layout_height="50dip"
147					android:layout_marginLeft="20dip" android:text="@string/station5"
148					android:textSize="30sp" android:layout_gravity="center" android:background="@drawable/btn_bgd"
149					android:clickable="true" android:layout_marginRight="20dip" android:layout_width="fill_parent" android:layout_weight="1">
150				</Button>
151				<Button android:id="@+id/station6" android:layout_height="50dip"
152					android:layout_marginLeft="20dip" android:text="@string/station6"
153					android:textSize="30sp" android:layout_gravity="center" android:background="@drawable/btn_bgd"
154					android:clickable="true" android:layout_width="fill_parent" android:layout_weight="1" android:layout_marginRight="20dip">
155				</Button>
156			</LinearLayout>
157		</LinearLayout>
158	</ScrollView>
159
160</LinearLayout>
161
162
163
164
165