Rearange the livelist layout to make more room for text

This commit is contained in:
Tomas Groth 2015-10-08 16:27:56 +01:00
parent 18bd1f5bd6
commit 13eda93136
1 changed files with 4 additions and 3 deletions

View File

@ -13,7 +13,7 @@
<TextView
android:id="@+id/tag"
android:layout_width="0dp"
android:layout_width="75sp"
android:layout_height="wrap_content"
android:textSize="14sp"
android:paddingTop="10dp"
@ -23,7 +23,7 @@
android:layout_weight="1"/>
<TextView
android:id="@+id/liveListNormal"
android:layout_width="0dp"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:textColor="#ff2a2a2a"
android:textSize="14sp"
@ -40,5 +40,6 @@
android:paddingTop="10dp"
android:paddingBottom="10dp"
android:textStyle="bold|italic"
android:layout_weight="1"/>
android:layout_weight="1"
android:visibility="gone"/>
</LinearLayout>