diff --git a/face/capture/src/main/res/layout-land/fragment_confirmation.xml b/face/capture/src/main/res/layout-land/fragment_confirmation.xml new file mode 100644 index 0000000000..a8d86d101f --- /dev/null +++ b/face/capture/src/main/res/layout-land/fragment_confirmation.xml @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + diff --git a/face/capture/src/main/res/layout/fragment_confirmation.xml b/face/capture/src/main/res/layout/fragment_confirmation.xml index 927f7defae..cfdbf677cf 100644 --- a/face/capture/src/main/res/layout/fragment_confirmation.xml +++ b/face/capture/src/main/res/layout/fragment_confirmation.xml @@ -1,6 +1,7 @@ @@ -23,7 +24,8 @@ app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" - app:layout_constraintTop_toTopOf="parent" /> + app:layout_constraintTop_toTopOf="parent" + tools:src="@tools:sample/avatars" />