66 android : background =" @drawable/krscript_item_ripple_ac"
77 android : minHeight =" ?android:attr/listPreferredItemHeight" >
88
9+ <ImageView
10+ android : id =" @+id/kr_extra_bg"
11+ android : layout_width =" match_parent"
12+ android : layout_height =" wrap_content"
13+ android : adjustViewBounds =" true"
14+ android : scaleType =" fitCenter"
15+ android : visibility =" gone" />
16+
917 <ImageView
1018 android : id =" @id/kr_shortcut_icon"
1119 android : layout_width =" 10dp"
1725 app : tint =" @color/kr_shortcut_color" />
1826
1927 <LinearLayout
28+ android : id =" @+id/kr_layout_ac"
2029 android : layout_marginStart =" 10dp"
2130 android : layout_marginTop =" 10dp"
2231 android : layout_marginBottom =" 10dp"
2332 android : layout_alignParentStart =" true"
24- android : layout_centerVertical =" true"
25- android : gravity =" center_vertical"
2633 android : layout_toStartOf =" @id/kr_widget"
2734 android : layout_width =" wrap_content"
2835 android : layout_height =" wrap_content" >
2936 <ImageView
3037 android : padding =" 0dp"
3138 android : id =" @id/kr_icon"
32- android : layout_marginStart =" 10dp "
33- android : layout_gravity = " center_vertical "
39+ android : layout_marginStart =" 5dp "
40+ android : layout_marginTop = " 5dp "
3441 android : layout_width =" 35dp"
3542 android : layout_height =" 35dp" />
3643
6269 style =" @style/textSmall"
6370 android : visibility =" gone" />
6471
65- <ImageView
66- android : id =" @+id/kr_extra_icon"
67- android : layout_width =" match_parent"
68- android : layout_height =" wrap_content"
69- android : layout_marginTop =" 4dp"
70- android : adjustViewBounds =" true"
71- android : scaleType =" fitCenter"
72- android : visibility =" gone" />
7372 </LinearLayout >
7473 </LinearLayout >
7574
8584 android : alpha =" 0.9"
8685 android : padding =" 5dp"
8786 app : tint =" ?android:colorAccent" />
87+
88+ <ImageView
89+ android : id =" @+id/kr_extra_icon"
90+ android : layout_below =" @id/kr_layout_ac"
91+ android : layout_width =" match_parent"
92+ android : layout_height =" wrap_content"
93+ android : padding =" 16dp"
94+ android : adjustViewBounds =" true"
95+ android : scaleType =" fitCenter"
96+ android : visibility =" gone" />
97+
8898</RelativeLayout >
0 commit comments