seedvault/app/src/main/res/layout/header_snapshots.xml
Timi Rautamäki edea539b1d Seedvault: redesign SUW activities
Change-Id: I2effdf5f11c8d92899f328abf0027e7bfd1a57ba
2022-01-01 05:00:59 +05:30

15 lines
697 B
XML

<?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">
<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" />
</androidx.constraintlayout.widget.ConstraintLayout>