Skip to content

Commit

Permalink
Lowering landscape keyboard even further, for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
lanceewing committed Mar 17, 2024
1 parent 9114872 commit 953bb50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/src/main/java/com/agifans/agile/ui/KeyboardType.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public enum KeyboardType {
},
"png/landscape_keyboard_lowercase.png",
0.4f,
130,
110,
0,
176,
1568,
Expand All @@ -38,7 +38,7 @@ public enum KeyboardType {
},
"png/landscape_keyboard_uppercase.png",
0.4f,
130,
110,
0,
176,
1568,
Expand All @@ -54,7 +54,7 @@ public enum KeyboardType {
},
"png/landscape_keyboard_punc_numbers.png",
0.4f,
130,
110,
0,
176,
1568,
Expand Down

0 comments on commit 953bb50

Please sign in to comment.