summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorAngus Kong <shkong@google.com>2011-08-22 12:27:21 +0800
committerAngus Kong <shkong@google.com>2011-08-25 11:37:03 +0800
commita907c122ccec649c6cedf3a45b1c426a5fca932e (patch)
treea9ee81ace05282d5e5661404085becd3e3393190 /res/values/styles.xml
parent50b3c890986aadb3780b4da8c0b8dbb0f1422eba (diff)
downloadLegacyCamera-a907c122ccec649c6cedf3a45b1c426a5fca932e.zip
LegacyCamera-a907c122ccec649c6cedf3a45b1c426a5fca932e.tar.gz
LegacyCamera-a907c122ccec649c6cedf3a45b1c426a5fca932e.tar.bz2
Add thumbnail and share popup for the last result.
bug:5141665 Change-Id: Idc44d33d09c8d4a30fdcef66de2d6754daf1ea82
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index fdb09dd..f1dafcb 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -125,4 +125,10 @@
<item name="android:layout_width">fill_parent</item>
<item name="android:layout_height">@dimen/pano_gray_bar_height</item>
</style>
+ <style name="ReviewThumbnail">
+ <item name="android:layout_width">52dp</item>
+ <item name="android:layout_height">52dp</item>
+ <item name="android:layout_alignParentTop">true</item>
+ <item name="android:layout_centerHorizontal">true</item>
+ </style>
</resources>