Made startup activity scrollable so the buttons are useable on smaller screens.

This commit is contained in:
Graham Jones
2016-03-28 20:54:46 +01:00
parent ceb9fd7a0a
commit 06f6f8262c
2 changed files with 6 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="uk.org.openseizuredetector"
android:versionCode="19"
android:versionName="2.0f" >
android:versionName="2.0g" >
<uses-sdk android:minSdkVersion="14" />

View File

@@ -1,4 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
@@ -179,3 +183,4 @@
</LinearLayout>
</ScrollView>