Merge pull request #2963 from PhilippC/feature/scrollable-credential-dialogs
make credential dialogs scrollable. Closes #2959
This commit is contained in:
		| @@ -1,5 +1,8 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||||
| <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|             android:layout_width="fill_parent" | ||||
|             android:layout_height="fill_parent"> | ||||
| <LinearLayout | ||||
|     android:orientation="vertical" | ||||
|     android:layout_width="fill_parent" | ||||
|     android:layout_height="fill_parent" | ||||
| @@ -217,3 +220,4 @@ | ||||
|             android:text="Resolve" /> | ||||
|     </LinearLayout> | ||||
| </LinearLayout> | ||||
| </ScrollView> | ||||
| @@ -1,4 +1,7 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|             android:layout_width="fill_parent" | ||||
|             android:layout_height="fill_parent"> | ||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     android:orientation="vertical" | ||||
|     android:layout_width="fill_parent" | ||||
| @@ -37,3 +40,4 @@ | ||||
|         android:importantForAccessibility="no" /> | ||||
|  | ||||
| </LinearLayout> | ||||
| </ScrollView> | ||||
| @@ -1,4 +1,7 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|             android:layout_width="fill_parent" | ||||
|             android:layout_height="fill_parent"> | ||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     android:orientation="vertical" | ||||
|     android:layout_width="fill_parent" | ||||
| @@ -76,3 +79,4 @@ | ||||
|  | ||||
|  | ||||
| </LinearLayout> | ||||
| </ScrollView> | ||||
| @@ -1,4 +1,7 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|             android:layout_width="fill_parent" | ||||
|             android:layout_height="fill_parent"> | ||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     android:orientation="vertical" | ||||
|     android:layout_width="fill_parent" | ||||
| @@ -42,3 +45,4 @@ | ||||
|  | ||||
|  | ||||
| </LinearLayout> | ||||
| </ScrollView> | ||||
| @@ -1,4 +1,7 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|             android:layout_width="fill_parent" | ||||
|             android:layout_height="fill_parent"> | ||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     android:orientation="vertical" | ||||
|     android:layout_width="fill_parent" | ||||
| @@ -28,3 +31,4 @@ | ||||
|  | ||||
|  | ||||
| </LinearLayout> | ||||
| </ScrollView> | ||||
| @@ -1,4 +1,7 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|             android:layout_width="fill_parent" | ||||
|             android:layout_height="fill_parent"> | ||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     android:orientation="vertical" | ||||
|     android:layout_width="fill_parent" | ||||
| @@ -43,3 +46,4 @@ | ||||
|  | ||||
|  | ||||
| </LinearLayout> | ||||
| </ScrollView> | ||||
| @@ -1,4 +1,7 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|             android:layout_width="fill_parent" | ||||
|             android:layout_height="fill_parent"> | ||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     android:orientation="vertical" | ||||
|     android:layout_width="fill_parent" | ||||
| @@ -197,3 +200,5 @@ | ||||
| 			 /> | ||||
|  | ||||
| </LinearLayout> | ||||
|  | ||||
| </ScrollView> | ||||
| @@ -1,4 +1,7 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|             android:layout_width="fill_parent" | ||||
|             android:layout_height="fill_parent"> | ||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     android:orientation="vertical" | ||||
|     android:layout_width="fill_parent" | ||||
| @@ -53,3 +56,4 @@ | ||||
|  | ||||
|  | ||||
| </LinearLayout> | ||||
| </ScrollView> | ||||
| @@ -1,7 +1,10 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     android:layout_width="fill_parent" | ||||
|     android:layout_height="wrap_content"> | ||||
| <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|             android:layout_width="fill_parent" | ||||
|             android:layout_height="fill_parent"> | ||||
|   <RelativeLayout | ||||
|       android:layout_width="fill_parent" | ||||
|       android:layout_height="wrap_content"> | ||||
|     <EditText | ||||
|         android:id="@+id/cred_username" | ||||
|         android:layout_width="fill_parent" | ||||
| @@ -22,4 +25,5 @@ | ||||
|         android:layout_below="@id/cred_password" | ||||
|         android:entries="@array/cred_remember_modes" | ||||
|         android:id="@+id/cred_remember_mode" /> | ||||
| </RelativeLayout> | ||||
|   </RelativeLayout> | ||||
| </ScrollView> | ||||
		Reference in New Issue
	
	Block a user
	 PhilippC
					PhilippC