From 1a7821c03e800cf616f567326b8e2e197f0dcd27 Mon Sep 17 00:00:00 2001 From: Sascha Haeberling Date: Wed, 31 Jul 2013 11:28:21 -0700 Subject: Adds back the PhotoSphere View icon in filmstrip. This also exercises the "leave a place cleaner than you found it" rule by cleaning up stuff: - Formatting according to the Android format rules - Removing unused code - Putting braces where they belong. Change-Id: Ie1dbfe9195bf3e20d9624d7ae85eeba16df8f931 --- res/layout/camera_filmstrip.xml | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) (limited to 'res') diff --git a/res/layout/camera_filmstrip.xml b/res/layout/camera_filmstrip.xml index 26fc3f030..85f04125d 100644 --- a/res/layout/camera_filmstrip.xml +++ b/res/layout/camera_filmstrip.xml @@ -1,5 +1,6 @@ - - + android:layout_height="match_parent" > + + + + + + \ No newline at end of file -- cgit v1.2.3