mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-17 11:59:34 +00:00
remove holo_no_border theme, just make the keys transparent
This commit is contained in:
parent
92e986609c
commit
ae8335d816
17 changed files with 45 additions and 296 deletions
|
@ -58,6 +58,7 @@
|
|||
{@link android.graphics.drawable.StateListDrawable}, with the following possible
|
||||
states: normal, pressed. -->
|
||||
<attr name="spacebarBackground" format="reference" />
|
||||
<attr name="spacebarNoBorderBackground" format="reference" />
|
||||
<attr name="spacebarIconWidthRatio" format="float" />
|
||||
<!-- Right padding of hint letter to the edge of the key.-->
|
||||
<attr name="keyHintLetterPadding" format="dimension" />
|
||||
|
@ -228,9 +229,8 @@
|
|||
<!-- This should be aligned with
|
||||
{@link org.dslul.openboard.inputmethod.keyboard.KeyboardTheme#THEME_ID_HOLO_BASE} etc. -->
|
||||
<enum name="HoloBase" value="0" />
|
||||
<enum name="HoloBaseNoBorder" value="1" />
|
||||
<enum name="LXXBase" value="2" />
|
||||
<enum name="LXXBaseBorder" value="3" />
|
||||
<enum name="LXXBase" value="1" />
|
||||
<enum name="LXXBaseBorder" value="2" />
|
||||
</attr>
|
||||
<!-- Touch position correction -->
|
||||
<attr name="touchPositionCorrectionData" format="reference" />
|
||||
|
@ -486,9 +486,8 @@
|
|||
{@link org.dslul.openboard.inputmethod.keyboard.KeyboardTheme#THEME_ID_HOLO_BASE} etc. -->
|
||||
<attr name="keyboardTheme" format="enum|string">
|
||||
<enum name="HoloBase" value="0" />
|
||||
<enum name="HoloBaseNoBorder" value="1" />
|
||||
<enum name="LXXBase" value="2" />
|
||||
<enum name="LXXBaseBorder" value="3" />
|
||||
<enum name="LXXBase" value="1" />
|
||||
<enum name="LXXBaseBorder" value="2" />
|
||||
</attr>
|
||||
<!-- This should be aligned with
|
||||
{@link org.dslul.openboard.inputmethod.keyboard.KeyboardId#MODE_TEXT} etc. -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue