From 0fd676ffffe8bed9b7388f938bd871f446f07554 Mon Sep 17 00:00:00 2001 From: Gongxter Date: Tue, 2 Feb 2016 12:14:02 +0100 Subject: [PATCH] about ScrollView added to make it scrallable if needed on small devices --- app/app.iml | 6 ------ app/src/main/res/layout/activity_about.xml | 19 ++++++++++++------- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/app/app.iml b/app/app.iml index 0bf93b8..74d7e06 100644 --- a/app/app.iml +++ b/app/app.iml @@ -67,11 +67,9 @@ - - @@ -82,19 +80,15 @@ - - - - diff --git a/app/src/main/res/layout/activity_about.xml b/app/src/main/res/layout/activity_about.xml index f85104f..76ad135 100644 --- a/app/src/main/res/layout/activity_about.xml +++ b/app/src/main/res/layout/activity_about.xml @@ -1,8 +1,14 @@ - + + - + tools:context=".AboutActivity"> - \ No newline at end of file + + \ No newline at end of file