Fix view overlap in wifi dpp enrollment.

Fixes: 132813855
Test: visual
Change-Id: I5415b8edaf1ce5ae122e4d1ee41e65ca825f72e6
This commit is contained in:
Fan Zhang
2019-05-17 12:56:07 -07:00
parent db3fca16f7
commit a10d3cfc78
2 changed files with 3 additions and 2 deletions

View File

@@ -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"

View File

@@ -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;