Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
Exposure Logging: text missing when, bluetooth disabled (EXPOSUREAPP-…
Browse files Browse the repository at this point in the history
…6190) (#2779)

* Period logged description no longer disappearing when bluetooth disabled.

* Added a bit more margin to the Period Logged title.

Co-authored-by: harambasicluka <64483219+harambasicluka@users.noreply.github.com>
Co-authored-by: chris-cwa <69595386+chris-cwa@users.noreply.github.com>
  • Loading branch information
3 people authored Apr 9, 2021
1 parent 13ac744 commit 1646344
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@
android:id="@+id/settings_tracing_status_bluetooth"
gone="@{!settingsTracingState.isBluetoothCardVisible()}"
layout="@layout/include_tracing_status_card"
android:layout_marginBottom="@dimen/spacing_small"
android:layout_width="0dp"
android:layout_height="wrap_content"
app:body="@{@string/settings_tracing_status_bluetooth_body}"
Expand All @@ -193,6 +194,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:focusable="false"
android:layout_marginTop="@dimen/spacing_small"
android:text="@string/risk_details_headline_period_logged"
app:layout_constraintEnd_toStartOf="@id/guideline_end"
app:layout_constraintStart_toStartOf="@id/guideline_start"
Expand All @@ -213,7 +215,6 @@
<TextView
android:id="@id/risk_details_period_logged_body_notice"
style="@style/subtitle"
gone="@{!settingsTracingState.isTracingStatusTextVisible()}"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/spacing_normal"
Expand All @@ -226,7 +227,6 @@
<TextView
android:id="@+id/risk_details_period_logged_days"
style="@style/subtitle"
gone="@{!settingsTracingState.isTracingStatusTextVisible()}"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/spacing_normal"
Expand Down

0 comments on commit 1646344

Please sign in to comment.