Loading res/layout-land/adb_qrcode_scanner_fragment.xml +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ android:id="@+id/preview_view" android:layout_width="wrap_content" android:layout_height="match_parent"/> <com.android.settings.wifi.qrcode.QrDecorateView <com.android.settingslib.qrcode.QrDecorateView android:id="@+id/decorate_view" android:layout_width="wrap_content" android:layout_height="match_parent"/> Loading res/layout-land/wifi_dpp_qrcode_scanner_fragment.xml +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ android:id="@+id/preview_view" android:layout_width="wrap_content" android:layout_height="match_parent"/> <com.android.settings.wifi.qrcode.QrDecorateView <com.android.settingslib.qrcode.QrDecorateView android:id="@+id/decorate_view" android:layout_width="wrap_content" android:layout_height="match_parent"/> Loading res/layout/adb_qrcode_scanner_fragment.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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"/> Loading res/layout/wifi_dpp_qrcode_scanner_fragment.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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"/> Loading src/com/android/settings/development/AdbQrcodeScannerFragment.java +2 −2 Original line number Diff line number Diff line Loading @@ -48,8 +48,8 @@ import com.android.settings.SetupWizardUtils; import com.android.settings.wifi.dpp.AdbQrCode; import com.android.settings.wifi.dpp.WifiDppQrCodeBaseFragment; import com.android.settings.wifi.dpp.WifiNetworkConfig; import com.android.settings.wifi.qrcode.QrCamera; import com.android.settings.wifi.qrcode.QrDecorateView; import com.android.settingslib.qrcode.QrCamera; import com.android.settingslib.qrcode.QrDecorateView; import com.google.android.setupdesign.util.ThemeHelper; Loading Loading
res/layout-land/adb_qrcode_scanner_fragment.xml +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ android:id="@+id/preview_view" android:layout_width="wrap_content" android:layout_height="match_parent"/> <com.android.settings.wifi.qrcode.QrDecorateView <com.android.settingslib.qrcode.QrDecorateView android:id="@+id/decorate_view" android:layout_width="wrap_content" android:layout_height="match_parent"/> Loading
res/layout-land/wifi_dpp_qrcode_scanner_fragment.xml +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ android:id="@+id/preview_view" android:layout_width="wrap_content" android:layout_height="match_parent"/> <com.android.settings.wifi.qrcode.QrDecorateView <com.android.settingslib.qrcode.QrDecorateView android:id="@+id/decorate_view" android:layout_width="wrap_content" android:layout_height="match_parent"/> Loading
res/layout/adb_qrcode_scanner_fragment.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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"/> Loading
res/layout/wifi_dpp_qrcode_scanner_fragment.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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"/> Loading
src/com/android/settings/development/AdbQrcodeScannerFragment.java +2 −2 Original line number Diff line number Diff line Loading @@ -48,8 +48,8 @@ import com.android.settings.SetupWizardUtils; import com.android.settings.wifi.dpp.AdbQrCode; import com.android.settings.wifi.dpp.WifiDppQrCodeBaseFragment; import com.android.settings.wifi.dpp.WifiNetworkConfig; import com.android.settings.wifi.qrcode.QrCamera; import com.android.settings.wifi.qrcode.QrDecorateView; import com.android.settingslib.qrcode.QrCamera; import com.android.settingslib.qrcode.QrDecorateView; import com.google.android.setupdesign.util.ThemeHelper; Loading