This is a version of the multi window patch minus Android Studio changes.

Proguard changes are excluded since there is no config in the master branch
This commit is contained in:
hastarin
2013-05-23 20:32:52 +10:00
parent 6788e676ea
commit 04d2e60d75
2 changed files with 51 additions and 15 deletions

View File

@ -3,5 +3,9 @@
<!-- Default screen margins, per the Android Design guidelines. -->
<dimen name="activity_horizontal_margin">16dp</dimen>
<dimen name="activity_vertical_margin">16dp</dimen>
<dimen name="app_defaultsize_w">640dip</dimen>
<dimen name="app_defaultsize_h">400dip</dimen>
<dimen name="app_minimumsize_w">400dip</dimen>
<dimen name="app_minimumsize_h">200dip</dimen>
</resources>