Skip to content

Commit

Permalink
ru fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuliskov committed May 14, 2018
1 parent 643301a commit 2dc84de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions leankeykeyboard/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "org.liskovsoft.leankeykeyboard.pro"
minSdkVersion project.properties.minSdkVersion
targetSdkVersion project.properties.targetSdkVersion
versionCode 60
versionName "4.3.10"
versionCode 61
versionName "4.3.11"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand Down
4 changes: 2 additions & 2 deletions leankeykeyboard/src/main/res/xml/qwerty_ru.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<Key android:keyEdgeFlags="right" android:keyLabel="х" />
</Row>
<Row>
<Key android:popupKeyboard="@xml/accent_a" android:keyEdgeFlags="left" android:keyLabel="ф" />
<Key android:keyEdgeFlags="left" android:keyLabel="ф" />
<Key android:keyLabel="ы" />
<Key android:keyLabel="в" />
<Key android:keyLabel="а" />
Expand All @@ -48,9 +48,9 @@
<Key android:keyLabel="и" />
<Key android:keyLabel="т" />
<Key android:keyLabel="ь" />
<Key android:keyLabel="ъ" />
<Key android:keyLabel="б" />
<Key android:keyLabel="ю" />
<Key android:codes="45" android:keyLabel="-" />
<Key android:codes="63" android:keyEdgeFlags="right" android:keyLabel="\?" />
</Row>
<Row android:rowEdgeFlags="bottom">
Expand Down

0 comments on commit 2dc84de

Please sign in to comment.