mirror of
https://github.com/AU-COVIDSafe/mobile-android.git
synced 2025-04-19 13:05:18 +00:00
COVIDSafe code from version 1.0.33 (#7)
This commit is contained in:
parent
c16533add6
commit
24e16807e5
79 changed files with 3096 additions and 600 deletions
|
@ -14,11 +14,9 @@
|
|||
style="@style/MobileKit.DialogButton"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginRight="@dimen/mk_button_right_margin"
|
||||
android:layout_marginEnd="@dimen/mk_button_right_margin"
|
||||
android:layout_below="@id/dialog_container"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_alignParentRight="true"
|
||||
android:text="" />
|
||||
|
||||
<androidx.appcompat.widget.AppCompatButton
|
||||
|
@ -26,10 +24,8 @@
|
|||
style="@style/MobileKit.DialogButton"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginRight="@dimen/mk_button_right_margin"
|
||||
android:layout_marginEnd="@dimen/mk_button_right_margin"
|
||||
android:layout_below="@id/dialog_container"
|
||||
android:layout_toLeftOf="@id/positive_btn"
|
||||
android:layout_toStartOf="@id/positive_btn"
|
||||
android:layout_alignWithParentIfMissing="true"
|
||||
android:text=""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue