blob: 5ecd380c69500f7716908d11a3b6dc2e3f6fd8fe [file] [log] [blame]
Jason Monkb5746272014-11-12 16:50:31 -05001<?xml version="1.0" encoding="utf-8"?>
2<!--
Jason Monkb5746272014-11-12 16:50:31 -05003**
4** Copyright 2011, The Android Open Source Project
5**
6** Licensed under the Apache License, Version 2.0 (the "License");
7** you may not use this file except in compliance with the License.
8** You may obtain a copy of the License at
9**
10** http://www.apache.org/licenses/LICENSE-2.0
11**
12** Unless required by applicable law or agreed to in writing, software
13** distributed under the License is distributed on an "AS IS" BASIS,
14** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15** See the License for the specific language governing permissions and
16** limitations under the License.
17*/
18-->
Amin Shaikh0e003312018-03-08 11:39:01 -050019<com.android.keyguard.AlphaOptimizedLinearLayout
Jason Monkb5746272014-11-12 16:50:31 -050020 xmlns:android="http://schemas.android.com/apk/res/android"
Andrew Flynn0f27a3f2015-06-10 14:12:23 -040021 xmlns:systemui="http://schemas.android.com/apk/res-auto"
Jason Monkb5746272014-11-12 16:50:31 -050022 android:id="@+id/mobile_combo"
23 android:layout_width="wrap_content"
24 android:layout_height="wrap_content"
Amin Shaikhd64e6262018-03-08 10:08:13 -050025 android:layout_gravity="center_vertical"
26 android:orientation="horizontal">
Jason Monkad71ae12017-04-11 14:55:25 -040027 <FrameLayout
Jason Monkf62e88932016-12-19 15:36:13 -050028 android:layout_height="17dp"
Amin Shaikhd64e6262018-03-08 10:08:13 -050029 android:layout_width="wrap_content"
30 android:layout_gravity="center_vertical">
Jason Monkad71ae12017-04-11 14:55:25 -040031 <ImageView
32 android:id="@+id/mobile_in"
33 android:layout_height="wrap_content"
34 android:layout_width="wrap_content"
35 android:src="@drawable/ic_activity_down"
36 android:visibility="gone"
37 android:paddingEnd="2dp"
38 />
39 <ImageView
40 android:id="@+id/mobile_out"
41 android:layout_height="wrap_content"
42 android:layout_width="wrap_content"
43 android:src="@drawable/ic_activity_up"
44 android:paddingEnd="2dp"
45 android:visibility="gone"
46 />
47 </FrameLayout>
Amin Shaikhd64e6262018-03-08 10:08:13 -050048 <ImageView
49 android:id="@+id/mobile_type"
50 android:layout_height="wrap_content"
51 android:layout_width="wrap_content"
52 android:layout_gravity="center_vertical"
Amin Shaikhf6c75dc2018-03-27 10:37:19 -040053 android:paddingStart="1dp"
54 android:paddingEnd="2dp"
Amin Shaikhd64e6262018-03-08 10:08:13 -050055 android:visibility="gone" />
Amin Shaikhd8f546f2018-03-08 11:20:41 -050056 <Space
57 android:id="@+id/mobile_roaming_space"
58 android:layout_height="match_parent"
59 android:layout_width="@dimen/roaming_icon_start_padding"
60 android:visibility="gone"
61 />
Jason Monkad71ae12017-04-11 14:55:25 -040062 <FrameLayout
Kenneth Westin5c88ffb2013-11-28 16:29:40 +010063 android:layout_width="wrap_content"
Amin Shaikhd64e6262018-03-08 10:08:13 -050064 android:layout_height="wrap_content"
65 android:layout_gravity="center_vertical">
Jason Monkad71ae12017-04-11 14:55:25 -040066 <com.android.systemui.statusbar.AnimatedImageView
Jason Monkad71ae12017-04-11 14:55:25 -040067 android:id="@+id/mobile_signal"
68 android:layout_height="wrap_content"
69 android:layout_width="wrap_content"
70 systemui:hasOverlappingRendering="false"
71 />
Jason Monkad71ae12017-04-11 14:55:25 -040072 <ImageView
Jason Monk7e6c83c2017-04-26 14:35:24 -040073 android:id="@+id/mobile_roaming"
Jason Monkad71ae12017-04-11 14:55:25 -040074 android:layout_width="wrap_content"
Amin Shaikhd8f546f2018-03-08 11:20:41 -050075 android:layout_height="wrap_content"
Jason Monk7e6c83c2017-04-26 14:35:24 -040076 android:src="@drawable/stat_sys_roaming"
Amin Shaikh43ad7fe2018-03-05 14:34:44 -050077 android:contentDescription="@string/data_connection_roaming"
Jason Monkad71ae12017-04-11 14:55:25 -040078 android:visibility="gone" />
79 </FrameLayout>
Amin Shaikh0e003312018-03-08 11:39:01 -050080</com.android.keyguard.AlphaOptimizedLinearLayout>