diff options
| author | Parménides GV <parmegv@sdf.org> | 2015-06-16 11:28:05 +0200 |
|---|---|---|
| committer | Parménides GV <parmegv@sdf.org> | 2015-06-16 11:28:05 +0200 |
| commit | 66c79953db6876ec17a7ebf50dc4fd07d24fae37 (patch) | |
| tree | 67075abe6ea28f7fc7213f654b86464b13507058 /app/remoteExample/src/main/res/values-w820dp | |
| parent | 1f41fec6765e49838141ad29151713c7ac3dd17c (diff) | |
| parent | e533cf6939e3ea4233aa8a82812f8ce5fcb565ca (diff) | |
Merge branch 'develop'0.9.4
Diffstat (limited to 'app/remoteExample/src/main/res/values-w820dp')
| -rw-r--r-- | app/remoteExample/src/main/res/values-w820dp/dimens.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/remoteExample/src/main/res/values-w820dp/dimens.xml b/app/remoteExample/src/main/res/values-w820dp/dimens.xml new file mode 100644 index 00000000..63fc8164 --- /dev/null +++ b/app/remoteExample/src/main/res/values-w820dp/dimens.xml @@ -0,0 +1,6 @@ +<resources> + <!-- Example customization of dimensions originally defined in res/values/dimens.xml + (such as screen margins) for screens with more than 820dp of available width. This + would include 7" and 10" devices in landscape (~960dp and ~1280dp respectively). --> + <dimen name="activity_horizontal_margin">64dp</dimen> +</resources> |
