diff options
| author | Chung-yih Wang <cywang@google.com> | 2011-09-21 19:20:10 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-09-21 19:20:10 -0700 |
| commit | c9b05bf45bdefe34c2d5591fef3224dd2049461c (patch) | |
| tree | c6014ae5f84561d3044522333396631b54346602 /res/layout | |
| parent | 82d8d49ab1d0d303fc2e1c81e89389a81404895f (diff) | |
| parent | 606093cd434a89f5ca941d3a6d6e8470eb768c67 (diff) | |
| download | LegacyCamera-c9b05bf45bdefe34c2d5591fef3224dd2049461c.zip LegacyCamera-c9b05bf45bdefe34c2d5591fef3224dd2049461c.tar.gz LegacyCamera-c9b05bf45bdefe34c2d5591fef3224dd2049461c.tar.bz2 | |
Merge "Fix the zoom control bar UI on phone." into ics-factoryrom
Diffstat (limited to 'res/layout')
| -rw-r--r-- | res/layout/indicator_bar.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/res/layout/indicator_bar.xml b/res/layout/indicator_bar.xml index c39fb93..11276e3 100644 --- a/res/layout/indicator_bar.xml +++ b/res/layout/indicator_bar.xml @@ -49,7 +49,6 @@ android:id="@+id/zoom_control" android:layout_width="match_parent" android:layout_height="match_parent" - android:layout_centerHorizontal="true" android:visibility="gone" /> <com.android.camera.ui.RotateImageView android:id="@+id/second_level_indicator_bar_icon" |
