COVIDSafe code from version 1.0.17 (#1)

This commit is contained in:
COVIDSafe Support 2020-05-15 18:19:59 +10:00 committed by GitHub
parent b827cf3cce
commit 696e4ed498
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 205 additions and 68 deletions

View file

@ -17,6 +17,7 @@
android:layout_width="match_parent"
android:layout_height="0dp"
android:background="@color/lighter_green"
android:importantForAccessibility="no"
app:layout_constraintBottom_toBottomOf="@+id/header_background_overlap"
app:layout_constraintTop_toTopOf="parent" />
@ -34,6 +35,8 @@
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"
app:layout_constraintTop_toTopOf="parent" />
@ -57,7 +60,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:barrierDirection="bottom"
app:constraint_referenced_ids="push_card_view,external_links_bottom_card" />
app:constraint_referenced_ids="push_card_view, help_topics_card" />
<TextView
android:id="@+id/home_version_number"