Merge "Fix "Set up Wi-Fi NFC Tag" dialog cannot be scrolled" am: d2f42970bf
am: a40f7c0f5e
Change-Id: Id39f30a8d87b5798f12c7e4129351f8735e61c6d
This commit is contained in:
@@ -15,7 +15,15 @@
|
|||||||
limitations under the License.
|
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">
|
style="@style/wifi_section">
|
||||||
|
|
||||||
<LinearLayout android:id="@+id/password_layout"
|
<LinearLayout android:id="@+id/password_layout"
|
||||||
@@ -65,3 +73,4 @@
|
|||||||
style="@android:style/Widget.ProgressBar.Large" />
|
style="@android:style/Widget.ProgressBar.Large" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
</ScrollView>
|
||||||
|
Reference in New Issue
Block a user