Fix view overlap in wifi dpp enrollment.
Fixes: 132813855 Test: visual Change-Id: I5415b8edaf1ce5ae122e4d1ee41e65ca825f72e6
This commit is contained in:
@@ -45,7 +45,8 @@
|
||||
|
||||
<FrameLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content">
|
||||
android:layout_height="wrap_content"
|
||||
android:clipChildren="true">
|
||||
<TextureView
|
||||
android:id="@+id/preview_view"
|
||||
android:layout_width="match_parent"
|
||||
|
@@ -67,7 +67,7 @@ public class WifiDppQrCodeScannerFragment extends WifiDppQrCodeBaseFragment impl
|
||||
QrCamera.ScannerCallback,
|
||||
WifiManager.ActionListener,
|
||||
WifiTracker.WifiListener {
|
||||
private static final String TAG = "WifiDppQrCodeScannerFragment";
|
||||
private static final String TAG = "WifiDppQrCodeScanner";
|
||||
|
||||
/** Message sent to hide error message */
|
||||
private static final int MESSAGE_HIDE_ERROR_MESSAGE = 1;
|
||||
|
Reference in New Issue
Block a user