remove shift drawables for v31

This commit is contained in:
Helium314 2023-09-20 20:06:45 +02:00
parent ff8a2e74e4
commit 32fe3a1d90
3 changed files with 0 additions and 32 deletions

View file

@ -1,3 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/sym_keyboard_shift_locked_lxx_light" android:tint="@color/icon_tint_system_accent_lxx_dark" />

View file

@ -1,3 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/sym_keyboard_shift_locked_lxx_light" android:tint="@color/icon_tint_system_accent_lxx_light" />

View file

@ -1,26 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
**
** Copyright 2014, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
** http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->
<resources>
<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>
</resources>