2021-02-22 11:26:21 -03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
2021-08-27 21:50:04 +00:00
|
|
|
<com.google.android.setupdesign.GlifLayout
|
|
|
|
|
android:id="@+id/setup_wizard_layout"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:icon="@drawable/ic_cloud_download"
|
|
|
|
|
app:sucHeaderText="@string/restore_storage_choose_snapshot" />
|
2021-02-22 11:26:21 -03:00
|
|
|
|
2021-08-25 17:31:40 +03:00
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|