summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2012-09-22 00:15:23 -0400
committerDaniel Sandler <dsandler@android.com>2012-09-22 00:36:57 -0400
commitfab692c4271d09be10dba99fefaf6f02b6df20e8 (patch)
tree55a83d11f4b679336663dc5c490043ef510cebf9 /res/values
parentcbe7a5c0d6c838186124554f863ace5f12788a4e (diff)
downloadPhotoTable-fab692c4271d09be10dba99fefaf6f02b6df20e8.tar.gz
New photo borders for PhotoTable.
Thicker frames, no rounded corners, and soft shadows. (Also the frames will now scale properly for different device densities.) Bug: 7194436 Change-Id: Icc285fa301c8ca3ea6eab4d952929caee9b06d66
Diffstat (limited to 'res/values')
-rw-r--r--res/values/dimen.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/dimen.xml b/res/values/dimen.xml
index e20ed76..ea8e047 100644
--- a/res/values/dimen.xml
+++ b/res/values/dimen.xml
@@ -15,7 +15,7 @@
-->
<resources>
<!-- Amount photo is inset to account for the frame. -->
- <dimen name="photo_inset">4px</dimen>
+ <dimen name="photo_inset">12dp</dimen>
<!-- DIPs per second for thrown images. -->
<dimen name="image_throw_speed">400dp</dimen>