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:
Helium314 2023-09-07 14:56:50 +02:00
parent 065beab72a
commit 27fdd6d081
7 changed files with 3 additions and 3 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>