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