From 2fc09f97eceef3659572d695cadd791b4dcfd19c Mon Sep 17 00:00:00 2001 From: Chung-yih Wang Date: Wed, 5 Oct 2011 18:14:38 +0800 Subject: Rearrange the second level indicator set. bug:5360827 +change the icon spacing to 16dp +Store the geodata in the video. Change-Id: I133871066b6b9a8918f861f0510e3996d5b0f839 --- src/com/android/camera/ui/SecondLevelIndicatorControlBar.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/com/android/camera/ui') diff --git a/src/com/android/camera/ui/SecondLevelIndicatorControlBar.java b/src/com/android/camera/ui/SecondLevelIndicatorControlBar.java index f3e5247..8fce8a7 100644 --- a/src/com/android/camera/ui/SecondLevelIndicatorControlBar.java +++ b/src/com/android/camera/ui/SecondLevelIndicatorControlBar.java @@ -34,7 +34,7 @@ import android.widget.ImageView; public class SecondLevelIndicatorControlBar extends IndicatorControl implements View.OnClickListener, AbstractIndicatorButton.IndicatorChangeListener { private static final String TAG = "SecondLevelIndicatorControlBar"; - private static int ICON_SPACING = Util.dpToPixel(24); + private static int ICON_SPACING = Util.dpToPixel(16); private ImageView mCloseIcon; private View mDivider; // the divider line private View mIndicatorHighlight; // the side highlight bar -- cgit v1.1