Fix "Set up Wi-Fi NFC Tag" dialog cannot be scrolled
"Set up Wi-Fi NFC Tag" dialog cannot be scrolled and "Show password" is not displayed when setting Font size and Display size to Largest. To fix this issue, ScrollView should be added. Fixes: 66936807 Test: manual - long tap a connected Wi-Fi AP and tap "Write to NFC tag". Change-Id: I3edcf3c2b9db47319e18405066bcb835b064b690
This commit is contained in:
committed by
Yoshinori Hirano
parent
a37bf5616a
commit
58fca6385a
@@ -15,7 +15,15 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:fadeScrollbars="false"
|
||||
android:scrollIndicators="top|bottom">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
style="@style/wifi_section">
|
||||
|
||||
<LinearLayout android:id="@+id/password_layout"
|
||||
@@ -65,3 +73,4 @@
|
||||
style="@android:style/Widget.ProgressBar.Large" />
|
||||
|
||||
</LinearLayout>
|
||||
</ScrollView>
|
||||
|
Reference in New Issue
Block a user