mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-23 09:30:53 +00:00
address some warnings/errors
move some xml files to default xml from xml-land and xml-sw600dp they are only used for land / sw600dp, but generate compiler warnings having them available without qualifier is definitely safer, otherwise doesn't change anything rename KeyboardIcons.LXX_Light.Parent to KeyboardIcons.LXX_Light_Parent to remove detected circular dependency
This commit is contained in:
parent
065beab72a
commit
27fdd6d081
7 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@
|
|||
-->
|
||||
|
||||
<resources>
|
||||
<style name="KeyboardIcons.LXX_Light" parent="KeyboardIcons.LXX_Light.Parent">
|
||||
<style name="KeyboardIcons.LXX_Light" parent="KeyboardIcons.LXX_Light_Parent">
|
||||
<!-- Use system accent color for shifted shift key -->
|
||||
<item name="iconShiftKeyShifted">@drawable/sym_keyboard_shift_locked_lxx_light_system_accent</item>
|
||||
</style>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
-->
|
||||
|
||||
<resources>
|
||||
<style name="KeyboardIcons.LXX_Light.Parent">
|
||||
<style name="KeyboardIcons.LXX_Light_Parent">
|
||||
<!-- Keyboard icons -->
|
||||
<item name="iconShiftKey">@drawable/sym_keyboard_shift_lxx_light</item>
|
||||
<item name="iconShiftKeyShifted">@drawable/sym_keyboard_shift_locked_lxx_light</item>
|
||||
|
|
|
@ -19,5 +19,5 @@
|
|||
-->
|
||||
|
||||
<resources>
|
||||
<style name="KeyboardIcons.LXX_Light" parent="KeyboardIcons.LXX_Light.Parent" />
|
||||
<style name="KeyboardIcons.LXX_Light" parent="KeyboardIcons.LXX_Light_Parent" />
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue