From 61d87976e8b29ed25061ae98743a6cf4f4274542 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sat, 22 Jul 2017 16:08:08 -0700 Subject: Support sdk 19 where possible and add image picker (#10) * Fix plural * Switch to long * Test plural again * Comment * Major update to image picker and view utils * Make image activity full screen * Update min sdk and prefix * Lower sdk requirement and make string private * Bring kpref activity to sdk 19 --- core/src/main/res-public/values/dimens.xml | 36 ++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 core/src/main/res-public/values/dimens.xml (limited to 'core/src/main/res-public/values/dimens.xml') diff --git a/core/src/main/res-public/values/dimens.xml b/core/src/main/res-public/values/dimens.xml new file mode 100644 index 0000000..efc7598 --- /dev/null +++ b/core/src/main/res-public/values/dimens.xml @@ -0,0 +1,36 @@ + + + 16dp + 16dp + 24dp + 16dp + + 16dp + 8dp + 16dp + 1dip + 100dp + + 24dp + 112dp + 168dp + + 8dp + 4dp + 32dp + 48dp + 64dp + 8dp + 16dp + 24dp + 56dp + 28dp + 112sp + + + 40dp + 48dp + 4dp + 12dp + 20dp + -- cgit v1.2.3