|
@@ -1,147 +0,0 @@
|
|
|
-<?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:id="@+id/dialer_setup_fragment"
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="match_parent"
|
|
|
|
|
- tools:context=".ui.main.setup.DialerSetupFragment">
|
|
|
|
|
-
|
|
|
|
|
- <!-- TODO: Update blank fragment layout -->
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:id="@+id/textView19"
|
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:layout_marginTop="32dp"
|
|
|
|
|
- android:text="@string/setup_we_re_almost_done"
|
|
|
|
|
- android:textAppearance="@style/TextAppearance.AppCompat.Headline"
|
|
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
- app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
-
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:id="@+id/textView26"
|
|
|
|
|
- android:layout_width="0dp"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:layout_marginStart="16dp"
|
|
|
|
|
- android:layout_marginTop="24dp"
|
|
|
|
|
- android:layout_marginEnd="16dp"
|
|
|
|
|
- android:text="@string/setup_expand_note"
|
|
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/textView19" />
|
|
|
|
|
-
|
|
|
|
|
- <ImageView
|
|
|
|
|
- android:id="@+id/imageView2"
|
|
|
|
|
- android:layout_width="200dp"
|
|
|
|
|
- android:layout_height="69dp"
|
|
|
|
|
- android:layout_marginStart="8dp"
|
|
|
|
|
- android:layout_marginTop="8dp"
|
|
|
|
|
- android:layout_marginEnd="8dp"
|
|
|
|
|
- android:background="?android:attr/statusBarColor"
|
|
|
|
|
- android:contentDescription="@string/screenshot_nav"
|
|
|
|
|
- android:padding="1dp"
|
|
|
|
|
- android:src="@drawable/nav_options"
|
|
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/textView26" />
|
|
|
|
|
-
|
|
|
|
|
- <View
|
|
|
|
|
- android:id="@+id/divider5"
|
|
|
|
|
- android:layout_width="0dp"
|
|
|
|
|
- android:layout_height="1dp"
|
|
|
|
|
- android:layout_marginStart="8dp"
|
|
|
|
|
- android:layout_marginTop="16dp"
|
|
|
|
|
- android:layout_marginEnd="8dp"
|
|
|
|
|
- android:background="?android:attr/listDivider"
|
|
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/imageView2" />
|
|
|
|
|
-
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:id="@+id/setup_dialer_text"
|
|
|
|
|
- android:layout_width="0dp"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:layout_marginStart="16dp"
|
|
|
|
|
- android:layout_marginTop="8dp"
|
|
|
|
|
- android:layout_marginEnd="8dp"
|
|
|
|
|
- android:text="@string/setup_note_dialer"
|
|
|
|
|
- app:layout_constraintEnd_toStartOf="@+id/setup_dialer_switch"
|
|
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/divider5" />
|
|
|
|
|
-
|
|
|
|
|
- <Switch
|
|
|
|
|
- android:id="@+id/setup_dialer_switch"
|
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:layout_marginEnd="24dp"
|
|
|
|
|
- app:layout_constraintBottom_toBottomOf="@+id/setup_dialer_text"
|
|
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
- app:layout_constraintTop_toTopOf="@+id/setup_dialer_text" />
|
|
|
|
|
-
|
|
|
|
|
- <ImageView
|
|
|
|
|
- android:id="@+id/imageView4"
|
|
|
|
|
- android:layout_width="200dp"
|
|
|
|
|
- android:layout_height="69dp"
|
|
|
|
|
- android:layout_marginStart="8dp"
|
|
|
|
|
- android:layout_marginTop="16dp"
|
|
|
|
|
- android:layout_marginEnd="8dp"
|
|
|
|
|
- android:background="?android:attr/statusBarColor"
|
|
|
|
|
- android:contentDescription="@string/screenshot_nav"
|
|
|
|
|
- android:padding="1dp"
|
|
|
|
|
- android:src="@drawable/nav_options2"
|
|
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/setup_dialer_text" />
|
|
|
|
|
-
|
|
|
|
|
- <View
|
|
|
|
|
- android:id="@+id/divider6"
|
|
|
|
|
- android:layout_width="0dp"
|
|
|
|
|
- android:layout_height="1dp"
|
|
|
|
|
- android:layout_marginStart="8dp"
|
|
|
|
|
- android:layout_marginTop="24dp"
|
|
|
|
|
- android:layout_marginEnd="8dp"
|
|
|
|
|
- android:background="?android:attr/listDivider"
|
|
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/imageView4" />
|
|
|
|
|
-
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:id="@+id/textView29"
|
|
|
|
|
- android:layout_width="0dp"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:layout_marginStart="16dp"
|
|
|
|
|
- android:layout_marginTop="8dp"
|
|
|
|
|
- android:layout_marginEnd="16dp"
|
|
|
|
|
- android:text="@string/setup_note_camera"
|
|
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/divider6" />
|
|
|
|
|
-
|
|
|
|
|
- <ImageView
|
|
|
|
|
- android:id="@+id/imageView5"
|
|
|
|
|
- android:layout_width="200dp"
|
|
|
|
|
- android:layout_height="69dp"
|
|
|
|
|
- android:layout_marginStart="8dp"
|
|
|
|
|
- android:layout_marginTop="8dp"
|
|
|
|
|
- android:layout_marginEnd="8dp"
|
|
|
|
|
- android:background="?android:attr/statusBarColor"
|
|
|
|
|
- android:contentDescription="@string/screenshot_nav"
|
|
|
|
|
- android:padding="1dp"
|
|
|
|
|
- android:src="@drawable/nav_options3"
|
|
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/textView29" />
|
|
|
|
|
-
|
|
|
|
|
- <Button
|
|
|
|
|
- android:id="@+id/setup_button_next"
|
|
|
|
|
- style="@style/Widget.AppCompat.Button.Borderless"
|
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:layout_marginEnd="16dp"
|
|
|
|
|
- android:layout_marginBottom="16dp"
|
|
|
|
|
- android:text="@string/setup_button_next"
|
|
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
- app:layout_constraintEnd_toEndOf="parent" />
|
|
|
|
|
-
|
|
|
|
|
-</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|