summaryrefslogtreecommitdiffstats
path: root/res/layout-sw600dp
diff options
context:
space:
mode:
authorChih-yu Huang <akahuang@google.com>2011-11-04 16:20:19 +0800
committerChih-Chung Chang <chihchung@google.com>2011-11-08 10:25:32 +0800
commit4b9791ff6763d310c750892b774119ad750c512a (patch)
tree071021e3f99994563c35ef70e9aa92b2caa8964a /res/layout-sw600dp
parent08ce47f0a87dac202bfe3b97a12d1d059a3c88f6 (diff)
downloadLegacyCamera-4b9791ff6763d310c750892b774119ad750c512a.zip
LegacyCamera-4b9791ff6763d310c750892b774119ad750c512a.tar.gz
LegacyCamera-4b9791ff6763d310c750892b774119ad750c512a.tar.bz2
Change highlight pattern in indicatorbar.
Use the blue press state for all the icons in the setting bar, fill the whole bar width with a square instead of blue arc. Also make the share icon touch area larger. bug:5521011 Change-Id: I2db26c41758d230e8455696346a90a33b7e3efb6
Diffstat (limited to 'res/layout-sw600dp')
-rw-r--r--res/layout-sw600dp/share_popup.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/res/layout-sw600dp/share_popup.xml b/res/layout-sw600dp/share_popup.xml
index 5f72365..900d646 100644
--- a/res/layout-sw600dp/share_popup.xml
+++ b/res/layout-sw600dp/share_popup.xml
@@ -61,22 +61,21 @@
android:layout_gravity="right"
android:background="@color/share_icon_background">
<com.android.camera.ui.RotateLayout
- android:layout_marginTop="8dip"
android:id="@+id/goto_gallery_button_rotate"
android:layout_gravity="center"
android:layout_width="match_parent"
- android:layout_height="wrap_content" >
+ android:layout_height="@dimen/share_item_width" >
<ImageButton
android:id="@+id/goto_gallery_button"
android:background="?android:attr/selectableItemBackground"
- android:layout_gravity="center"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:scaleType="center"
android:src="@drawable/ic_gallery" />
</com.android.camera.ui.RotateLayout>
<View
android:layout_width="match_parent"
- android:layout_margin="8dip"
+ android:layout_margin="8dp"
android:layout_height="1dp"
android:background="#5affffff" />