From a422a16844883aa725096d4dbdaf0ec88e643a76 Mon Sep 17 00:00:00 2001 From: Nathaniel McCallum Date: Wed, 4 Dec 2013 16:58:01 -0500 Subject: [PATCH] Add ScrollView to about dialog --- res/layout/about.xml | 68 +++++++++++++++++++++++--------------------- 1 file changed, 36 insertions(+), 32 deletions(-) diff --git a/res/layout/about.xml b/res/layout/about.xml index 5eb66cf..faab9f8 100644 --- a/res/layout/about.xml +++ b/res/layout/about.xml @@ -1,40 +1,44 @@ - - + + android:orientation="vertical" + android:padding="16dp" > + - + - + - + - - + + + -- 2.43.2