From c7867c80d4dea572f37941cae3a2d06b7f1c8857 Mon Sep 17 00:00:00 2001 From: jackqdyulei Date: Fri, 13 Jul 2018 13:23:33 -0700 Subject: [PATCH] Add scrollview for dns dialog Also update dialog to appcompat to avoid the crash Change-Id: Ide6483f1160713dae8111de533a8b3345a3420c2 Fixes: 111351793 Test: Manual --- res/layout/private_dns_mode_dialog.xml | 113 +++++++++++++------------ 1 file changed, 60 insertions(+), 53 deletions(-) diff --git a/res/layout/private_dns_mode_dialog.xml b/res/layout/private_dns_mode_dialog.xml index aaad941fab8..641905dc010 100644 --- a/res/layout/private_dns_mode_dialog.xml +++ b/res/layout/private_dns_mode_dialog.xml @@ -14,61 +14,68 @@ limitations under the License. --> - + android:layout_height="wrap_content"> - - - - - - - - - - - - - + android:orientation="vertical" + android:padding="8dp"> + + + + + + + + + + + + + + + + +