diff options
author | Chung-yih Wang <cywang@google.com> | 2011-10-05 18:14:38 +0800 |
---|---|---|
committer | Chung-yih Wang <cywang@google.com> | 2011-10-05 18:33:43 +0800 |
commit | 2fc09f97eceef3659572d695cadd791b4dcfd19c (patch) | |
tree | ed075215369b52d80bd1ed2f552a69338a8cafec /src/com/android/camera/ui/SecondLevelIndicatorControlBar.java | |
parent | 2aa8185ae2efbafd7e4efd65fdf798819058c600 (diff) | |
download | LegacyCamera-2fc09f97eceef3659572d695cadd791b4dcfd19c.zip LegacyCamera-2fc09f97eceef3659572d695cadd791b4dcfd19c.tar.gz LegacyCamera-2fc09f97eceef3659572d695cadd791b4dcfd19c.tar.bz2 |
Rearrange the second level indicator set.
bug:5360827
+change the icon spacing to 16dp
+Store the geodata in the video.
Change-Id: I133871066b6b9a8918f861f0510e3996d5b0f839
Diffstat (limited to 'src/com/android/camera/ui/SecondLevelIndicatorControlBar.java')
-rw-r--r-- | src/com/android/camera/ui/SecondLevelIndicatorControlBar.java | 2 |
1 files changed, 1 insertions, 1 deletions
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 |