blob: 3b79897161caa6d177ce7cc6cacc3c5340a2195a [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
/**
* Copyright (C) 2019 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-->
<com.google.android.setupdesign.GlifLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/setup_wizard_layout"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginLeft="?attr/sudMarginSides"
android:layout_marginRight="?attr/sudMarginSides"
android:orientation="vertical">
<TextView
android:id="@+id/creditor_capabilities_header"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/spacer_8"
android:gravity="center_horizontal"
style="@style/Provisioning2Theme.Text.Secondary.SmallerLineSpacing"/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/spacer_36"
android:gravity="center_vertical"
android:orientation="horizontal">
<ImageView
android:layout_width="@dimen/spacer_24"
android:layout_height="@dimen/spacer_24"
android:src="@drawable/ic_install_app_good"/>
<TextView
android:id="@+id/install_creditor_app"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/spacer_16"
android:text="@string/install_creditor_app_description"
style="@style/Provisioning2Theme.Text.Secondary.SmallerLineSpacing"/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/spacer_12"
android:gravity="center_vertical"
android:orientation="horizontal">
<ImageView
android:layout_width="@dimen/spacer_24"
android:layout_height="@dimen/spacer_24"
android:src="@drawable/ic_lock"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/spacer_16"
android:text="@string/lock_device_description"
style="@style/Provisioning2Theme.Text.Secondary.SmallerLineSpacing"/>
</LinearLayout>
</LinearLayout>
</com.google.android.setupdesign.GlifLayout>