blob: 8fbd8f7322fe0ffb99e61124ed40f4c28d6a4cbb [file] [log] [blame]
Christian Robertson2e347422011-08-11 14:01:04 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/* apps/common/assets/default/default/skins/StatusBar.xml
4**
5** Copyright 2011, The Android Open Source Project
6**
7** Licensed under the Apache License, Version 2.0 (the "License");
8** you may not use this file except in compliance with the License.
9** You may obtain a copy of the License at
10**
11** http://www.apache.org/licenses/LICENSE-2.0
12**
13** Unless required by applicable law or agreed to in writing, software
14** distributed under the License is distributed on an "AS IS" BASIS,
15** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16** See the License for the specific language governing permissions and
17** limitations under the License.
18*/
19-->
John Spurlockb3eb8912014-07-30 11:03:03 -040020<!-- extends LinearLayout -->
Christian Robertson2e347422011-08-11 14:01:04 -070021<com.android.systemui.statusbar.SignalClusterView
22 xmlns:android="http://schemas.android.com/apk/res/android"
Daniel Sandlerdfaf3bd2013-04-12 01:39:02 -040023 android:layout_height="match_parent"
Christian Robertson2e347422011-08-11 14:01:04 -070024 android:layout_width="wrap_content"
John Spurlockb3eb8912014-07-30 11:03:03 -040025 android:gravity="center_vertical"
Christian Robertson2e347422011-08-11 14:01:04 -070026 android:orientation="horizontal"
Jorim Jaggi6d035f12014-10-17 18:43:43 +020027 android:paddingEnd="@dimen/signal_cluster_battery_padding"
Christian Robertson2e347422011-08-11 14:01:04 -070028 >
Jason Monk3128f122014-09-03 13:18:57 -040029 <ImageView
30 android:id="@+id/vpn"
31 android:layout_height="wrap_content"
32 android:layout_width="wrap_content"
33 android:paddingEnd="6dp"
34 android:src="@drawable/stat_sys_vpn_ic"
35 />
Christian Robertson2e347422011-08-11 14:01:04 -070036 <FrameLayout
37 android:id="@+id/wifi_combo"
38 android:layout_height="wrap_content"
39 android:layout_width="wrap_content"
Christian Robertson2e347422011-08-11 14:01:04 -070040 >
41 <ImageView
42 android:id="@+id/wifi_signal"
43 android:layout_height="wrap_content"
44 android:layout_width="wrap_content"
Christian Robertson2e347422011-08-11 14:01:04 -070045 />
Christian Robertson2e347422011-08-11 14:01:04 -070046 </FrameLayout>
Jorim Jaggic737b9b2014-09-08 23:57:20 +020047 <View
48 android:id="@+id/wifi_signal_spacer"
49 android:layout_width="4dp"
50 android:layout_height="4dp"
51 android:visibility="gone"
52 />
Jason Monkb5746272014-11-12 16:50:31 -050053 <LinearLayout
54 android:id="@+id/mobile_signal_group"
Christian Robertson2e347422011-08-11 14:01:04 -070055 android:layout_height="wrap_content"
56 android:layout_width="wrap_content"
57 >
Jason Monkb5746272014-11-12 16:50:31 -050058 </LinearLayout>
59 <ImageView
60 android:id="@+id/no_sims"
61 android:layout_height="wrap_content"
62 android:layout_width="wrap_content"
63 android:src="@drawable/stat_sys_no_sims"
64 />
Jorim Jaggi5172dc22014-09-02 14:59:06 +020065 <View
66 android:id="@+id/wifi_airplane_spacer"
67 android:layout_width="4dp"
68 android:layout_height="4dp"
69 android:visibility="gone"
70 />
Andrew Flynn061d43c2012-05-04 10:57:58 -070071 <ImageView
72 android:id="@+id/airplane"
73 android:layout_height="wrap_content"
74 android:layout_width="wrap_content"
75 />
Christian Robertson2e347422011-08-11 14:01:04 -070076</com.android.systemui.statusbar.SignalClusterView>