cretin45 | 3593f03 | 2016-04-20 16:21:05 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
| 3 | Copyright (C) 2016 The CyanogenMod Project |
Timi Rautamäki | 5e2f7f2 | 2021-08-21 08:58:14 +0000 | [diff] [blame] | 4 | Copyright (C) 2017-2021 The LineageOS Project |
cretin45 | 3593f03 | 2016-04-20 16:21:05 -0700 | [diff] [blame] | 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 | --> |
Michael Bestas | c83309e | 2018-02-03 17:42:13 +0200 | [diff] [blame] | 18 | <org.lineageos.setupwizard.widget.ScrimInsetsFrameLayout |
cretin45 | 3593f03 | 2016-04-20 16:21:05 -0700 | [diff] [blame] | 19 | xmlns:android="http://schemas.android.com/apk/res/android" |
| 20 | xmlns:app="http://schemas.android.com/apk/res-auto" |
| 21 | android:id="@+id/root" |
| 22 | android:orientation="vertical" |
| 23 | android:layout_width="match_parent" |
| 24 | android:layout_height="match_parent" |
cretin45 | 3593f03 | 2016-04-20 16:21:05 -0700 | [diff] [blame] | 25 | android:fitsSystemWindows="true" |
| 26 | app:insetForeground="@android:color/transparent"> |
cretin45 | d4cea55 | 2016-04-25 11:00:04 -0700 | [diff] [blame] | 27 | |
cretin45 | 3593f03 | 2016-04-20 16:21:05 -0700 | [diff] [blame] | 28 | <LinearLayout |
| 29 | android:layout_width="match_parent" |
| 30 | android:layout_height="match_parent" |
Timi Rautamäki | 44fb45c | 2021-08-22 18:27:26 +0000 | [diff] [blame] | 31 | android:orientation="vertical" |
| 32 | style="@style/SudContentFrame"> |
cretin45 | 3593f03 | 2016-04-20 16:21:05 -0700 | [diff] [blame] | 33 | |
cretin45 | 3593f03 | 2016-04-20 16:21:05 -0700 | [diff] [blame] | 34 | <ImageView |
| 35 | android:id="@+id/brand_logo" |
Dominik Baronelli | 0002b60 | 2022-10-14 10:47:29 +0200 | [diff] [blame^] | 36 | android:layout_width="wrap_content" |
| 37 | android:layout_height="0dp" |
cretin45 | 0c7b92a | 2017-02-26 10:22:18 -0800 | [diff] [blame] | 38 | android:layout_weight="1" |
Dominik Baronelli | 0002b60 | 2022-10-14 10:47:29 +0200 | [diff] [blame^] | 39 | android:src="@drawable/shift_logo" |
cretin45 | 3593f03 | 2016-04-20 16:21:05 -0700 | [diff] [blame] | 40 | android:adjustViewBounds="true" |
| 41 | android:scaleType="fitCenter" |
cretin45 | 0c7b92a | 2017-02-26 10:22:18 -0800 | [diff] [blame] | 42 | android:gravity="center" |
Timi Rautamäki | 44fb45c | 2021-08-22 18:27:26 +0000 | [diff] [blame] | 43 | android:padding="@dimen/content_margin_left"/> |
cretin45 | 3593f03 | 2016-04-20 16:21:05 -0700 | [diff] [blame] | 44 | |
Timi Rautamäki | 44fb45c | 2021-08-22 18:27:26 +0000 | [diff] [blame] | 45 | <org.lineageos.setupwizard.NavigationLayout |
Chirayu Desai | 0ebdabe | 2019-09-13 01:12:59 +0530 | [diff] [blame] | 46 | android:id="@+id/navigation_bar" |
Chirayu Desai | 0ebdabe | 2019-09-13 01:12:59 +0530 | [diff] [blame] | 47 | android:layout_width="match_parent" |
Timi Rautamäki | 44fb45c | 2021-08-22 18:27:26 +0000 | [diff] [blame] | 48 | android:layout_height="wrap_content" /> |
cretin45 | 3593f03 | 2016-04-20 16:21:05 -0700 | [diff] [blame] | 49 | |
| 50 | </LinearLayout> |
cretin45 | d4cea55 | 2016-04-25 11:00:04 -0700 | [diff] [blame] | 51 | |
Michael Bestas | ade1361 | 2021-08-25 15:27:57 +0300 | [diff] [blame] | 52 | <ImageView |
Timi Rautamäki | 5e2f7f2 | 2021-08-21 08:58:14 +0000 | [diff] [blame] | 53 | android:id="@+id/reveal" |
| 54 | android:layout_width="match_parent" |
| 55 | android:layout_height="match_parent" |
| 56 | android:background="@drawable/reveal" |
| 57 | android:visibility="invisible"/> |
cretin45 | 3593f03 | 2016-04-20 16:21:05 -0700 | [diff] [blame] | 58 | |
Abhisek Devkota | 3e80db1 | 2018-03-09 19:46:57 -0800 | [diff] [blame] | 59 | </org.lineageos.setupwizard.widget.ScrimInsetsFrameLayout> |