Android Settings WIFI-添加网络-扫码时相机界面上下压缩
Posted 王睿丶
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android Settings WIFI-添加网络-扫码时相机界面上下压缩相关的知识,希望对你有一定的参考价值。
packages/apps/Settings/res/layout/wifi_dpp_qrcode_scanner_fragment.xml
diff --git a/res/layout/wifi_dpp_qrcode_scanner_fragment.xml b/res/layout/wifi_dpp_qrcode_scanner_fragment.xml
index 01b9e34..f69a019 100644
--- a/res/layout/wifi_dpp_qrcode_scanner_fragment.xml
+++ b/res/layout/wifi_dpp_qrcode_scanner_fragment.xml
@@ -44,17 +44,17 @@
style="?android:attr/progressBarStyleHorizontal"/>
<FrameLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
android:clipChildren="true">
<TextureView
android:id="@+id/preview_view"
android:layout_width="match_parent"
- android:layout_height="@dimen/qrcode_preview_size"/>
+ android:layout_height="1200dp"/>
<com.android.settings.wifi.qrcode.QrDecorateView
android:id="@+id/decorate_view"
android:layout_width="match_parent"
- android:layout_height="@dimen/qrcode_preview_size"/>
+ android:layout_height="1100dp"/>
</FrameLayout>
以上是关于Android Settings WIFI-添加网络-扫码时相机界面上下压缩的主要内容,如果未能解决你的问题,请参考以下文章