added width constraints in landscape mode to prevent too much stretching on tablets and other large devices
This commit is contained in:
parent
d917054d0a
commit
9f4c04d286
4 changed files with 318 additions and 293 deletions
4
app/src/main/res/values-land/dimens.xml
Normal file
4
app/src/main/res/values-land/dimens.xml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<dimen name="numpad_max_width">720dp</dimen>
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue