Loading core/res/res/layout/preference_dialog_edittext.xml +19 −12 Original line number Original line Diff line number Diff line Loading @@ -15,9 +15,14 @@ --> --> <!-- Layout used as the dialog's content View for EditTextPreference. --> <!-- Layout used as the dialog's content View for EditTextPreference. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:overscrollMode="ifContentScrolls"> <LinearLayout android:id="@+android:id/edittext_container" android:id="@+android:id/edittext_container" android:layout_width="wrap_content" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_height="wrap_content" android:padding="5dip" android:padding="5dip" android:orientation="vertical"> android:orientation="vertical"> Loading @@ -29,3 +34,5 @@ android:textColor="?android:attr/textColorSecondary" /> android:textColor="?android:attr/textColorSecondary" /> </LinearLayout> </LinearLayout> </ScrollView> Loading
core/res/res/layout/preference_dialog_edittext.xml +19 −12 Original line number Original line Diff line number Diff line Loading @@ -15,9 +15,14 @@ --> --> <!-- Layout used as the dialog's content View for EditTextPreference. --> <!-- Layout used as the dialog's content View for EditTextPreference. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:overscrollMode="ifContentScrolls"> <LinearLayout android:id="@+android:id/edittext_container" android:id="@+android:id/edittext_container" android:layout_width="wrap_content" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_height="wrap_content" android:padding="5dip" android:padding="5dip" android:orientation="vertical"> android:orientation="vertical"> Loading @@ -29,3 +34,5 @@ android:textColor="?android:attr/textColorSecondary" /> android:textColor="?android:attr/textColorSecondary" /> </LinearLayout> </LinearLayout> </ScrollView>