mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-14 14:02:44 +00:00
Migrate functional key layouts to json (#778)
Now the functional key layouts should be (mostly) compatible to FlorisBoard Not yet customizable, this is a large step towards customizable functional key layouts
This commit is contained in:
parent
691ae017bc
commit
34d8bd16f0
30 changed files with 931 additions and 712 deletions
|
@ -706,4 +706,7 @@ public final class Settings implements SharedPreferences.OnSharedPreferenceChang
|
|||
return wrapper;
|
||||
}
|
||||
|
||||
public boolean isTablet() {
|
||||
return mContext.getResources().getInteger(R.integer.config_screen_metrics) >= 3;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue