Android Settings 修复:wifi→添加网络→扫描二维码界面上下压缩

Posted 王睿丶

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android Settings 修复:wifi→添加网络→扫描二维码界面上下压缩相关的知识,希望对你有一定的参考价值。

packages/apps/Settings / res/layout/wifi_dpp_qrcode_scanner_fragment.xml

<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/root"
    android:layout_width="match_parent"
    android:layout_height="match_parent">

    <ScrollView
        android:layout_width="match_parent"
        android:layout_height="match_parent">

        <LinearLayout
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:orientation="vertical"
            android:gravity="center_horizontal">

            <include layout="@layout/wifi_dpp_fragment_header"/>

            <ProgressBar
                android:id="@+id/indeterminate_bar"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:indeterminate="true"
                android:paddingStart="16dp"
                android:paddingEnd="16dp"
                android:layout_marginBottom="8dp"
                style="?android:attr/progressBarStyleHorizontal"/>

<!--            wangrui 更改扫码布局-->

            <FrameLayout
++                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="1200dp"/>
                <com.android.settings.wifi.qrcode.QrDecorateView
                    android:id="@+id/decorate_view"
                    android:layout_width="match_parent"
++                    android:layout_height="1100dp"/>
            </FrameLayout>

            <TextView
                android:id="@+id/error_message"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_marginTop="16dp"
                android:layout_marginStart="24dp"
                android:layout_marginEnd="24dp"
                android:textAlignment="center"
                android:textColor="?android:attr/colorError"
                android:visibility="invisible"/>

        </LinearLayout>

    </ScrollView>

</LinearLayout>

以上是关于Android Settings 修复:wifi→添加网络→扫描二维码界面上下压缩的主要内容,如果未能解决你的问题,请参考以下文章

Android 打开设置界面或者WiFi连接界面

Android Settings WIFI-添加网络-扫码时相机界面上下压缩

Android Settings 修复多用户 修复添加访客界面卡住

Android wifi休眠策略

Android wifi休眠策略

Android 11.0 修复Settings→添加访客时界面卡住