Skip to content

Commit

Permalink
Add yag to thamazight latin
Browse files Browse the repository at this point in the history
  • Loading branch information
MouradElmain committed Jul 22, 2019
1 parent cb1cc8e commit bc71a66
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions app/src/main/res/xml/key_popup_kblatin_yag.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<Keyboard xmlns:android="http://schemas.android.com/apk/res/android"
android:keyWidth="9%p"
android:horizontalGap="1%p"
android:verticalGap="0.2%p"
android:keyHeight="7%p"
>
<Row android:rowEdgeFlags="top">
<Key android:codes="287" android:keyLabel="ğ" android:keyEdgeFlags="left" />
</Row>
</Keyboard>
2 changes: 1 addition & 1 deletion app/src/main/res/xml/tamazightlatin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<Key android:codes="115" android:keyLabel="s" android:popupKeyboard="@xml/key_popup_kblatin_yas"/>
<Key android:codes="100" android:keyLabel="d" android:popupKeyboard="@xml/key_popup_kblatin_yad"/>
<Key android:codes="102" android:keyLabel="f"/>
<Key android:codes="103" android:keyLabel="g"/>
<Key android:codes="103" android:keyLabel="g" android:popupKeyboard="@xml/key_popup_kblatin_yag" />
<Key android:codes="104" android:keyLabel="h" android:popupKeyboard="@xml/key_popup_kblatin_h"/>
<Key android:codes="106" android:keyLabel="j"/>
<Key android:codes="107" android:keyLabel="k"/>
Expand Down

0 comments on commit bc71a66

Please sign in to comment.