COVIDSafe code from version 1.0.33 (#7)

This commit is contained in:
COVIDSafe Support 2020-07-03 14:26:19 +10:00 committed by GitHub
parent c16533add6
commit 24e16807e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
79 changed files with 3096 additions and 600 deletions

View file

@ -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