mirror of
https://github.com/AU-COVIDSafe/mobile-android.git
synced 2025-04-19 13:05:18 +00:00
COVIDSafe code from version 2.7 (#52)
This commit is contained in:
parent
2406cc21a1
commit
ef800f99c7
10 changed files with 146 additions and 9 deletions
|
@ -83,6 +83,25 @@
|
|||
|
||||
</FrameLayout>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/registration_error"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="@dimen/keyline_5"
|
||||
android:layout_marginTop="6dp"
|
||||
android:layout_marginEnd="@dimen/keyline_5"
|
||||
android:gravity="center_vertical|start"
|
||||
android:importantForAccessibility="no"
|
||||
android:text="@string/geoblock_rego_error"
|
||||
android:textAlignment="viewStart"
|
||||
android:singleLine="false"
|
||||
android:textColor="@color/error_red"
|
||||
android:textAppearance="?textAppearanceBody1"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/country_selection_box"
|
||||
android:visibility="gone"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/enter_number_headline"
|
||||
android:layout_width="match_parent"
|
||||
|
@ -97,7 +116,7 @@
|
|||
android:textAppearance="?textAppearanceBody1"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/country_selection_box" />
|
||||
app:layout_constraintTop_toBottomOf="@+id/registration_error" />
|
||||
|
||||
<EditText
|
||||
android:id="@+id/enter_number_phone_number"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue