File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 22<layer-list xmlns : android =" http://schemas.android.com/apk/res/android" >
33 <item android : id =" @+id/button_background_shape" >
44 <shape android : shape =" rectangle" >
5- <solid android : color =" #3F3F46 " />
5+ <solid android : color =" @color/mini_keyboard_color " />
66 <corners android : radius =" @dimen/small_margin" />
77 </shape >
88 </item >
1212 <stroke
1313 android : width =" 1dp"
1414 android : color =" @color/divider_grey" />
15- <solid android : color =" #3F3F46 " />
15+ <solid android : color =" @color/mini_keyboard_color " />
1616 <corners android : radius =" @dimen/small_margin" />
1717 </shape >
1818 </item >
Original file line number Diff line number Diff line change 1919 <color name =" special_key_light" >#aeb3be</color >
2020 <color name =" special_key_dark" >#202020</color >
2121 <color name =" command_bar_color_dark" >#2E2E2E</color >
22+ <color name =" mini_keyboard_color" >#3F3F46</color >
2223
2324 <color name =" nav_bar_selected_color_light" >@color/dark_scribe_color</color >
2425 <color name =" nav_bar_selected_color_dark" >@color/light_scribe_color</color >
You can’t perform that action at this time.
0 commit comments