Merge pull request #329 from TheLastProject/fix/dark_mode_unscannable

Fix dark mode scanning issues
This commit is contained in:
Branden Archer
2020-01-26 22:21:43 -08:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

@@ -355,6 +355,8 @@
android:layout_width="0dp"
android:layout_height="@dimen/barcode_disp_height"
android:layout_gravity="center_horizontal"
android:padding="10.0dp"
android:background="#ffffff"
android:id="@+id/barcode"
android:contentDescription="@string/barcodeImageDescription"
android:layout_weight="1.0"/>

View File

@@ -35,6 +35,8 @@
android:layout_marginBottom="10.0dip"
android:layout_marginStart="15.0dip"
android:layout_marginEnd="15.0dip"
android:padding="10.0dp"
android:background="#ffffff"
app:layout_constraintBottom_toTopOf="@+id/centerGuideline"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"