1212 android : id =" @+id/num"
1313 android : layout_width =" 50dp"
1414 android : layout_height =" 50dp"
15- android : singleLine =" true"
1615 app : layout_constraintStart_toStartOf =" parent"
1716 app : layout_constraintTop_toTopOf =" parent"
1817 app : layout_constraintBottom_toBottomOf =" parent"
1918 android : textColor =" @color/title_blur"
2019 tools : text =" 99"
20+ android : singleLine =" true"
2121 android : ellipsize =" start"
2222 android : textSize =" 16sp"
2323 android : gravity =" center" />
2424
2525 <TextView
2626 android : id =" @+id/title"
27- android : layout_width =" 520dp "
27+ android : layout_width =" 500dp "
2828 android : layout_height =" 50dp"
29- android : paddingEnd =" 30dp"
30- android : singleLine =" true"
3129 app : layout_constraintStart_toStartOf =" @id/num"
3230 app : layout_constraintTop_toTopOf =" parent"
3331 app : layout_constraintBottom_toBottomOf =" parent"
3432 android : layout_marginStart =" 50dp"
33+ android : layout_marginEnd =" 50dp"
3534 android : textColor =" @color/title_blur"
36- tools : text =" https://ali-m-l.cztv.com/channels/lantian/channel007/1080p.m3u8"
35+ tools : text =" https://ali-m-l.cztv.com/channels/lantian/channel007/1080p.m3u8https://ali-m-l.cztv.com/channels/lantian/channel007/1080p.m3u8"
36+ android : singleLine =" true"
3737 android : ellipsize =" start"
3838 android : textSize =" 16sp"
3939 android : gravity =" center_vertical" />
4040
4141 <ImageView
4242 android : id =" @+id/heart"
43- android : layout_width =" 30dp "
44- android : layout_height =" 30dp "
43+ android : layout_width =" 50dp "
44+ android : layout_height =" 50dp "
4545 android : src =" @drawable/baseline_done_24"
4646 app : layout_constraintEnd_toEndOf =" parent"
4747 app : layout_constraintTop_toTopOf =" parent"
4848 app : layout_constraintBottom_toBottomOf =" parent"
4949 android : clickable =" true"
5050 android : focusable =" false"
51- android : padding =" 5dp "
52- android : layout_marginEnd = " 5dp " />
51+ android : padding =" 15dp "
52+ android : gravity = " center " />
5353</androidx .constraintlayout.widget.ConstraintLayout>
0 commit comments