summaryrefslogtreecommitdiffstats
path: root/res/layout-w1024dp/zoom_picker.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-w1024dp/zoom_picker.xml')
-rw-r--r--res/layout-w1024dp/zoom_picker.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/res/layout-w1024dp/zoom_picker.xml b/res/layout-w1024dp/zoom_picker.xml
index e4a2808..6848d59 100644
--- a/res/layout-w1024dp/zoom_picker.xml
+++ b/res/layout-w1024dp/zoom_picker.xml
@@ -24,18 +24,16 @@
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:layout_alignParentRight="true"
- android:enabled="false">
+ android:visibility="gone">
<Button android:id="@+id/decrement"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:enabled="false"
android:background="@drawable/btn_zoom_out" />
<Button android:id="@+id/increment"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/zoom_picker_distance"
- android:enabled="false"
android:background="@drawable/btn_zoom_in" />
</com.android.camera.ui.ZoomPicker>