Fix ScrollViewSize Lint Warnings

This commit is contained in:
Emantor
2014-03-03 11:48:45 +01:00
parent 7f384e7346
commit 122e562675
3 changed files with 6 additions and 6 deletions

View File

@@ -71,8 +71,8 @@
<LinearLayout
android:id="@+id/editors"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical" />
</ScrollView>
</LinearLayout>
</LinearLayout>