File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed
scalinglib/src/main/res/drawable Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1212 android : layout_width =" 56dp"
1313 android : layout_height =" 56dp"
1414 android : layout_margin =" 16dp"
15- android : layout_alignParentBottom =" true"
16- android : layout_alignParentRight =" true"
15+ android : layout_centerInParent =" true"
1716 android : elevation =" 4dp"
17+ android : foreground =" @drawable/sl_state_drawable"
1818 app : radiusFactor =" 1" >
1919
2020 <RelativeLayout
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <selector xmlns : android =" http://schemas.android.com/apk/res/android" >
3+
4+ <item android : state_pressed =" true" >
5+ <shape >
6+ <solid android : color =" #80ffffff" />
7+ </shape >
8+ </item >
9+
10+ <item >
11+ <shape >
12+ <solid android : color =" #00ffffff" />
13+ </shape >
14+ </item >
15+
16+ </selector >
You can’t perform that action at this time.
0 commit comments