summaryrefslogtreecommitdiff
path: root/wallet/src/main/res/layout/fragment_anastasis_authentication.xml
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-06-22 14:58:18 -0300
committerTorsten Grote <t@grobox.de>2020-06-22 14:58:47 -0300
commit98d693d48ad491b19d89e5d394c2e54a36731728 (patch)
tree7d99fd01c6d681abd6314cfb0b202c436690d0c2 /wallet/src/main/res/layout/fragment_anastasis_authentication.xml
parenta9b2ec4f35851c26bbe4f62a2e7fa17d9ee79576 (diff)
downloadtaler-android-98d693d48ad491b19d89e5d394c2e54a36731728.tar.gz
taler-android-98d693d48ad491b19d89e5d394c2e54a36731728.tar.bz2
taler-android-98d693d48ad491b19d89e5d394c2e54a36731728.zip
[wallet] Improve Anastasis UI mockup
Diffstat (limited to 'wallet/src/main/res/layout/fragment_anastasis_authentication.xml')
-rw-r--r--wallet/src/main/res/layout/fragment_anastasis_authentication.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/wallet/src/main/res/layout/fragment_anastasis_authentication.xml b/wallet/src/main/res/layout/fragment_anastasis_authentication.xml
index f8d1213..a83871a 100644
--- a/wallet/src/main/res/layout/fragment_anastasis_authentication.xml
+++ b/wallet/src/main/res/layout/fragment_anastasis_authentication.xml
@@ -42,6 +42,7 @@
android:checkable="true"
android:clickable="true"
android:focusable="true"
+ android:transitionName="question_card"
app:cardElevation="4dp"
app:cardUseCompatPadding="true"
app:checkedIcon="@drawable/ic_baseline_check"
@@ -56,7 +57,7 @@
android:id="@+id/passwordHeadline"
android:layout_width="0dp"
android:layout_height="wrap_content"
- android:text="Password"
+ android:text="Security question"
android:textAppearance="@style/TextAppearance.MaterialComponents.Headline5"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
@@ -67,7 +68,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
- android:text="Provide your own password that you will need to enter to authenticate when recovering your backup."
+ android:text="Provide your own security question (and answer) that you will need to answer to authenticate when recovering your backup."
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
@@ -99,7 +100,7 @@
android:id="@+id/postidentHeadline"
android:layout_width="0dp"
android:layout_height="wrap_content"
- android:text="Postident Verfahren"
+ android:text="Identification by mail"
android:textAppearance="@style/TextAppearance.MaterialComponents.Headline5"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
@@ -110,7 +111,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
- android:text="Die Postident-Verfahren sind Methoden der persönlichen Identifikation von Personen, die durch die Mitarbeiter der Deutschen Post AG vorgenommen werden. Man spricht beim Postident-Verfahren auch von einer unpersönlichen Legitimationsprüfung. "
+ android:text="Die Postident-Verfahren sind Methoden der persönlichen Identifikation von Personen, die durch die Mitarbeiter der Post vorgenommen werden. Man spricht beim Postident-Verfahren auch von einer unpersönlichen Legitimationsprüfung. "
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
@@ -129,6 +130,7 @@
android:checkable="true"
android:clickable="true"
android:focusable="true"
+ android:transitionName="sms_card"
app:cardElevation="4dp"
app:cardUseCompatPadding="true"
app:checkedIcon="@drawable/ic_baseline_check"
@@ -171,6 +173,7 @@
android:checkable="true"
android:clickable="true"
android:focusable="true"
+ android:transitionName="video_card"
app:cardElevation="4dp"
app:cardUseCompatPadding="true"
app:checkedIcon="@drawable/ic_baseline_check"