Skip to content

Commit

Permalink
Making landscape keyboard a bit narrower and shorter.
Browse files Browse the repository at this point in the history
  • Loading branch information
lanceewing committed Apr 4, 2024
1 parent a499f4e commit ae0562c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Binary file modified assets/png/landscape_keyboard_lowercase.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/png/landscape_keyboard_punc_numbers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/png/landscape_keyboard_uppercase.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions core/src/main/java/com/agifans/agile/ui/KeyboardType.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ public enum KeyboardType {
0.4f,
110,
0,
176,
1568,
250,
1421,
0
),
LANDSCAPE_UPPER_CASE(
Expand All @@ -40,8 +40,8 @@ public enum KeyboardType {
0.4f,
110,
0,
176,
1568,
250,
1421,
0
),
LANDSCAPE_PUNC_NUMBERS(
Expand All @@ -56,8 +56,8 @@ public enum KeyboardType {
0.4f,
110,
0,
176,
1568,
250,
1421,
0
),
PORTRAIT_LOWER_CASE(
Expand Down

0 comments on commit ae0562c

Please sign in to comment.