From 9cbb35ccc65db7b5d8ce1afe4b3c5feae30be1eb Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Fri, 26 Jun 2020 11:25:48 -0300 Subject: [anastasis] add more countries and allow switching between them --- .../src/main/res/layout/fragment_identity.xml | 52 +++++----------------- 1 file changed, 10 insertions(+), 42 deletions(-) (limited to 'anastasis-ui/src/main/res/layout/fragment_identity.xml') diff --git a/anastasis-ui/src/main/res/layout/fragment_identity.xml b/anastasis-ui/src/main/res/layout/fragment_identity.xml index e24be31..072414d 100644 --- a/anastasis-ui/src/main/res/layout/fragment_identity.xml +++ b/anastasis-ui/src/main/res/layout/fragment_identity.xml @@ -49,7 +49,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_margin="16dp" - android:text="Detected Country:" + android:text="Country:" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/identityIntro" /> @@ -87,8 +87,8 @@ + android:hint="Name" + android:inputType="textPersonName|textCapWords" /> @@ -105,8 +105,8 @@ + android:hint="Place of birth" + android:inputType="text|textCapWords" /> @@ -129,46 +129,14 @@ - - - - - - - - - - - + app:layout_constraintTop_toBottomOf="@+id/birthDateInput" />