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
|
@ -28,20 +28,22 @@
|
|||
android:background="@color/lighter_green"
|
||||
app:layout_constraintTop_toBottomOf="@+id/header_barrier" />
|
||||
|
||||
<ImageView
|
||||
<Button
|
||||
android:id="@+id/home_header_help"
|
||||
android:layout_width="31dp"
|
||||
android:layout_height="44dp"
|
||||
android:layout_width="@dimen/keyline_9"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/keyline_7"
|
||||
android:layout_marginRight="@dimen/keyline_4"
|
||||
android:background="?attr/selectableItemBackground"
|
||||
android:contentDescription="@string/title_help"
|
||||
android:accessibilityTraversalAfter="@id/home_header_setup_complete_header"
|
||||
android:src="@drawable/ic_help_outline_black"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
android:background="?attr/selectableItemBackground"
|
||||
android:drawableTop="@drawable/ic_help_outline_black"
|
||||
android:drawablePadding="-4dp"
|
||||
android:gravity="center"
|
||||
android:text="@string/title_help"
|
||||
android:textAlignment="center"
|
||||
android:textSize="14sp"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
|
||||
<include layout="@layout/fragment_home_setup_complete_header" />
|
||||
|
||||
<androidx.constraintlayout.widget.Barrier
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue