~trb143/openlp/Android2-a5

« back to all changes in this revision

Viewing changes to app/src/main/res/layout/fragment_livelist_list.xml

Add buttons

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
    <TextView
15
15
            android:id="@+id/tag"
16
 
            android:layout_width="0dp"
 
16
            android:layout_width="75sp"
17
17
            android:layout_height="wrap_content"
18
18
            android:textSize="14sp"
19
19
            android:paddingTop="10dp"
23
23
            android:layout_weight="1"/>
24
24
    <TextView
25
25
            android:id="@+id/liveListNormal"
26
 
            android:layout_width="0dp"
 
26
            android:layout_width="fill_parent"
27
27
            android:layout_height="wrap_content"
28
28
            android:textColor="#ff2a2a2a"
29
29
            android:textSize="14sp"
40
40
            android:paddingTop="10dp"
41
41
            android:paddingBottom="10dp"
42
42
            android:textStyle="bold|italic"
43
 
            android:layout_weight="1"/>
 
43
            android:layout_weight="1"
 
44
            android:visibility="gone"/>
44
45
</LinearLayout>