Merge "Fix adb qr scanner text in dark mode." into rvc-qpr-dev

This commit is contained in:
Joshua Duong
2020-09-25 14:58:17 +00:00
committed by Android (Google) Code Review

View File

@@ -19,7 +19,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:theme="@style/GlifV3Theme.Light"
android:theme="@style/GlifV3Theme"
android:icon="@drawable/ic_scan_32dp">
<LinearLayout