Merge pull request #842 from TomHennen/fix_841

Let Opml import scroll on smaller screens
This commit is contained in:
Tom Hennen 2015-05-27 19:39:30 -04:00
commit 12f9d29daa
1 changed files with 84 additions and 80 deletions

View File

@ -1,4 +1,7 @@
<?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"
@ -90,3 +93,4 @@
tools:background="@android:color/holo_green_dark" />
</LinearLayout>
</ScrollView>