mirror of
https://gitlab.com/openlp/android.git
synced 2024-12-22 03:42:48 +00:00
Rearange the livelist layout to make more room for text
This commit is contained in:
parent
18bd1f5bd6
commit
13eda93136
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user