Merge "[LeAudio] Remove the QrCamera and decorateView in Settings" into tm-dev

This commit is contained in:
TreeHugger Robot
2022-03-29 06:33:46 +00:00
committed by Android (Google) Code Review
10 changed files with 8 additions and 886 deletions

View File

@@ -45,7 +45,7 @@
android:id="@+id/preview_view"
android:layout_width="match_parent"
android:layout_height="@dimen/qrcode_preview_size"/>
<com.android.settings.wifi.qrcode.QrDecorateView
<com.android.settingslib.qrcode.QrDecorateView
android:id="@+id/decorate_view"
android:layout_width="match_parent"
android:layout_height="@dimen/qrcode_preview_size"/>

View File

@@ -44,7 +44,7 @@
android:id="@+id/preview_view"
android:layout_width="match_parent"
android:layout_height="@dimen/qrcode_preview_size"/>
<com.android.settings.wifi.qrcode.QrDecorateView
<com.android.settingslib.qrcode.QrDecorateView
android:id="@+id/decorate_view"
android:layout_width="match_parent"
android:layout_height="@dimen/qrcode_preview_size"/>