fixed incorrect function key colors on Android 13 and 14
This commit is contained in:
parent
e6950c370c
commit
4bd6ddef89
9 changed files with 62 additions and 5 deletions
14
app/src/main/res/layout/key_overlay_lf4.xml
Normal file
14
app/src/main/res/layout/key_overlay_lf4.xml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<merge xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<ImageView
|
||||
style="@style/TTheme.Numpad.Key.Overlay.Icon"
|
||||
android:tag="overlay_icon"
|
||||
android:contentDescription="@null" />
|
||||
|
||||
<RelativeLayout style="@style/TTheme.Numpad.Key.Overlay.HoldIcon.Wrapper">
|
||||
<ImageView
|
||||
style="@style/TTheme.Numpad.Key.LF4.Overlay.HoldIcon"
|
||||
android:tag="overlay_hold_icon"
|
||||
android:contentDescription="@null" />
|
||||
</RelativeLayout>
|
||||
</merge>
|
||||
Loading…
Add table
Add a link
Reference in a new issue