File tree Expand file tree Collapse file tree 4 files changed +13
-2
lines changed Expand file tree Collapse file tree 4 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <shape xmlns : android =" http://schemas.android.com/apk/res/android"
3+ android : shape =" rectangle" >
4+ <corners android : radius =" 2dp" />
5+ <solid android : color =" ?sdlPressedColor" />
6+ </shape >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <shape xmlns : android =" http://schemas.android.com/apk/res/android"
3+ android : shape =" rectangle" >
4+ <solid android : color =" ?sdlPressedColor" />
5+ </shape >
Original file line number Diff line number Diff line change 22<shape xmlns : android =" http://schemas.android.com/apk/res/android"
33 android : shape =" rectangle" >
44 <corners android : radius =" 2dp" />
5- <solid android : color =" ?sdlPressedColor " />
5+ <solid android : color =" @color/sdl_pressed_light " />
66</shape >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<shape xmlns : android =" http://schemas.android.com/apk/res/android"
33 android : shape =" rectangle" >
4- <solid android : color =" ?sdlPressedColor " />
4+ <solid android : color =" @color/sdl_pressed_light " />
55</shape >
You can’t perform that action at this time.
0 commit comments