Explorar el Código

添加部分符号,与 figma 同步

losion.liu@sikey.com.cn hace 1 año
padre
commit
e58c7aa234

+ 5 - 1
app/src/main/java/com/xplora/xpsettings/SKKeyboard/SKKeyboardUtils.java

@@ -200,8 +200,12 @@ public class SKKeyboardUtils implements View.OnTouchListener {
         KEY_SYMBOLS_128(128, "€"),
         KEY_SYMBOLS_137(137, "‰"),
         KEY_SYMBOLS_163(163, "£"),
-        KEY_SYMBOLS_165(165, ""),
+        KEY_SYMBOLS_165(165, "¥"),
         KEY_SYMBOLS_176(176, "°"),
+
+        KEY_SYMBOLS_181(181, "¡"),
+        KEY_SYMBOLS_182(182, "¿"),
+
         KEY_SYMBOLS_210(210, "×"),
         KEY_SYMBOLS_211(211, "÷"),
 

+ 5 - 5
app/src/main/res/xml/sk_keyboard_symbols.xml

@@ -64,14 +64,14 @@
         <Key android:codes="36" android:keyLabel="$" android:keyEdgeFlags="left"/>
         <Key android:codes="128" android:keyLabel="€"/>
         <Key android:codes="163" android:keyLabel="£"/>
-        <Key android:codes="176" android:keyLabel="°" android:keyEdgeFlags="right"/>
+        <Key android:codes="165" android:keyLabel="¥" android:keyEdgeFlags="right"/>
     </Row>
 
     <Row>
-        <Key android:codes="210" android:keyLabel="×" android:keyEdgeFlags="left"/>
-        <Key android:codes="211" android:keyLabel="÷"/>
-        <Key android:codes="-200000" android:keyLabel="" />
-        <Key android:codes="-200000" android:keyLabel="" android:keyEdgeFlags="right" />
+        <Key android:codes="181" android:keyLabel="¡" android:keyEdgeFlags="left"/>
+        <Key android:codes="182" android:keyLabel="¿"/>
+        <Key android:codes="210" android:keyLabel="×"/>
+        <Key android:codes="211" android:keyLabel="÷" android:keyEdgeFlags="right"/>
     </Row>
 
 </Keyboard>