No need for alignment on appdetails

This commit is contained in:
Daniel Martí 2013-09-26 00:09:57 +02:00
parent 5a2a68644b
commit 5e0dfcc631
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:baselineAligned="false"
android:orientation="horizontal" >
<ScrollView

View File

@ -5,6 +5,7 @@
android:paddingTop="5dp"
android:paddingLeft="8dp"
android:paddingRight="8dp"
android:baselineAligned="false"
android:orientation="vertical" >
<LinearLayout