diff options
author | Angus Kong <shkong@google.com> | 2011-08-22 12:27:21 +0800 |
---|---|---|
committer | Angus Kong <shkong@google.com> | 2011-08-25 11:37:03 +0800 |
commit | a907c122ccec649c6cedf3a45b1c426a5fca932e (patch) | |
tree | a9ee81ace05282d5e5661404085becd3e3393190 /res/values/styles.xml | |
parent | 50b3c890986aadb3780b4da8c0b8dbb0f1422eba (diff) | |
download | LegacyCamera-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.xml | 6 |
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> |