Fix adb qr scanner text in dark mode.
The text color is not right when in dark mode, which makes the text invisible. Bug: 168845829 Test: In dark/light mode, scan adb QR code and verify text is visible. Exempt-From-Owner-Approval: Already approved in ag/12640175 Change-Id: I6d8e16fd2d848d09b49673db041c97d667fea6a9
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user