Skip to content

Commit

Permalink
После добавления Латышской и Эстонской раскладки 1. сделал поменьше ш…
Browse files Browse the repository at this point in the history
…рифт в настройках 2. убрал авто-включение раскладок по умолчанию
  • Loading branch information
tim-ecoder committed Oct 24, 2024
1 parent 1680b35 commit bc78df7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class KeyoneKb2Settings {
public final String APP_PREFERENCES_2_SHOW_TOAST = "show_toast";
public final String APP_PREFERENCES_1_SENS_BOTTOM_BAR = "sens_bottom_bar";

public final boolean KEYBOARD_LAYOUT_IS_ENABLED_DEFAULT = true;
public final boolean KEYBOARD_LAYOUT_IS_ENABLED_DEFAULT = false;
private static KeyoneKb2Settings _instance;
SharedPreferences _mSettings;

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text=""
android:textSize="18sp"
android:textSize="16sp"
android:layout_below="@id/text_keyboard_layouts"
tools:checked="false" />

Expand Down

0 comments on commit bc78df7

Please sign in to comment.