summaryrefslogtreecommitdiffstats
path: root/res/layout/photopage_bottom_controls.xml
diff options
context:
space:
mode:
authorBobby Georgescu <georgescu@google.com>2012-10-16 21:06:28 -0700
committerBobby Georgescu <georgescu@google.com>2012-10-16 21:06:28 -0700
commite20cc0cb9f21236342c7bdfa2ffbf66ea8036b1d (patch)
tree70673c9b19ee478c66836d3f3d719f042148879d /res/layout/photopage_bottom_controls.xml
parent74d5dfd662b92c9ce1aee225291b9d1775cfb49e (diff)
downloadandroid_packages_apps_Gallery2-e20cc0cb9f21236342c7bdfa2ffbf66ea8036b1d.tar.gz
android_packages_apps_Gallery2-e20cc0cb9f21236342c7bdfa2ffbf66ea8036b1d.tar.bz2
android_packages_apps_Gallery2-e20cc0cb9f21236342c7bdfa2ffbf66ea8036b1d.zip
Add blue highlight when tapping 360 panorama button
Bug: 7336676 Change-Id: If16e5aacf1102d0bd7de7ce5d6c90efae4c786f7
Diffstat (limited to 'res/layout/photopage_bottom_controls.xml')
-rw-r--r--res/layout/photopage_bottom_controls.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/res/layout/photopage_bottom_controls.xml b/res/layout/photopage_bottom_controls.xml
index 1111ef40e..1883b8e8d 100644
--- a/res/layout/photopage_bottom_controls.xml
+++ b/res/layout/photopage_bottom_controls.xml
@@ -21,12 +21,17 @@
android:paddingLeft="15dp"
android:paddingRight="15dp"
android:visibility="gone"/>
- <ImageView
+ <ImageButton
android:id="@+id/photopage_bottom_control_panorama"
android:src="@drawable/ic_view_photosphere"
+ android:background="@drawable/transparent_button_background"
android:layout_width="70dp"
android:layout_height="70dp"
android:layout_centerHorizontal="true"
android:layout_alignParentBottom="true"
+ android:paddingTop="5dp"
+ android:paddingBottom="5dp"
+ android:paddingLeft="5dp"
+ android:paddingRight="5dp"
android:visibility="gone"/>
</RelativeLayout>