1414 app : cardPreventCornerOverlap =" true"
1515 android : id =" @+id/cardView_indicator" >
1616
17- <LinearLayout
17+ <RelativeLayout
1818 android : layout_width =" match_parent"
1919 android : layout_height =" wrap_content"
2020 android : focusable =" true"
2121 android : orientation =" vertical"
22- android : background =" ?android:attr/selectableItemBackground" >
23- <RelativeLayout
22+ android : background =" ?android:attr/selectableItemBackground"
23+ android : layout_marginStart =" @dimen/margin_small" >
24+ <TextView
2425 android : layout_width =" match_parent"
2526 android : layout_height =" wrap_content"
26- android : layout_marginStart =" @dimen/margin_small"
27- android : layout_marginLeft =" @dimen/margin_small" >
28-
29- <TextView
30- android : layout_width =" match_parent"
31- android : layout_height =" wrap_content"
32- android : padding =" @dimen/margin_small"
33- android : id =" @+id/textView_rule_name"
34- android : textAppearance =" ?android:attr/textAppearanceLarge"
35- android : layout_alignParentTop =" true"
36- android : layout_alignParentLeft =" true"
37- android : layout_alignParentStart =" true" />
38- <TextView
39- android : layout_width =" match_parent"
40- android : layout_height =" wrap_content"
41- android : layout_below =" @+id/textView_rule_name"
42- android : padding =" @dimen/margin_small"
43- android : id =" @+id/textView_rule_detail"
44- android : textAppearance =" ?android:attr/textAppearanceSmall"
45- android : layout_alignParentBottom =" true"
46- android : layout_alignParentLeft =" true"
47- android : layout_alignParentStart =" true" />
48- <TextView android : id =" @+id/textView_rule_size"
49- android : layout_width =" wrap_content"
50- android : layout_height =" wrap_content"
51- android : layout_gravity =" bottom"
52- android : padding =" @dimen/margin_small"
53- android : layout_alignParentEnd =" true"
54- android : layout_alignParentRight =" true"
55- android : ellipsize =" end"
56- android : textAppearance =" ?android:attr/textAppearanceSmall" />
57- </RelativeLayout >
58- </LinearLayout >
27+ android : padding =" @dimen/margin_small"
28+ android : id =" @+id/textView_rule_name"
29+ android : textAppearance =" ?android:attr/textAppearanceLarge"
30+ android : layout_alignParentTop =" true"
31+ android : layout_alignParentStart =" true" />
32+ <TextView
33+ android : layout_width =" match_parent"
34+ android : layout_height =" wrap_content"
35+ android : layout_below =" @+id/textView_rule_name"
36+ android : padding =" @dimen/margin_small"
37+ android : id =" @+id/textView_rule_detail"
38+ android : textAppearance =" ?android:attr/textAppearanceSmall"
39+ android : layout_alignParentBottom =" true"
40+ android : layout_alignParentStart =" true" />
41+ <TextView
42+ android : id =" @+id/textView_rule_size"
43+ android : layout_width =" wrap_content"
44+ android : layout_height =" wrap_content"
45+ android : layout_gravity =" bottom"
46+ android : padding =" @dimen/margin_small"
47+ android : layout_alignParentEnd =" true"
48+ android : ellipsize =" end"
49+ android : textAppearance =" ?android:attr/textAppearanceSmall" />
50+ </RelativeLayout >
5951 </androidx .cardview.widget.CardView>
60- </FrameLayout >
52+ </FrameLayout >
0 commit comments