fix #168: Not enough space for version number and license

downgrade weight from 2 to 1 and from 1 to 0
This commit is contained in:
Nico Alt 2015-04-04 22:11:10 +02:00
parent 8dfeabcf18
commit d6cac24fed

View File

@ -41,7 +41,7 @@
android:textStyle="bold"
android:singleLine="true"
android:ellipsize="end"
android:layout_weight="2"
android:layout_weight="1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
@ -53,7 +53,7 @@
android:textSize="13sp"
android:singleLine="true"
android:ellipsize="end"
android:layout_weight="1"
android:layout_weight="0"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="?attr/listPreferredItemPaddingLeft"
@ -77,7 +77,7 @@
android:textSize="13sp"
android:singleLine="true"
android:ellipsize="end"
android:layout_weight="2"
android:layout_weight="1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
@ -90,7 +90,7 @@
android:textSize="12sp"
android:singleLine="true"
android:ellipsize="end"
android:layout_weight="1"
android:layout_weight="0"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="?attr/listPreferredItemPaddingLeft"