Merge pull request #103 from zjwhitehead/report-bg

Set crash report text background
This commit is contained in:
Kevin Hester 2020-07-17 12:00:29 -07:00 committed by GitHub
commit f9769e3959
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,6 +89,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:layout_marginBottom="8dp"
android:background="@color/cardview_light_background"
android:checked="true"
android:text="@string/analytics_okay"
app:layout_constraintBottom_toBottomOf="parent"