summaryrefslogtreecommitdiffstats
path: root/res/layout-port/camera_controls.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-port/camera_controls.xml')
-rw-r--r--res/layout-port/camera_controls.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/res/layout-port/camera_controls.xml b/res/layout-port/camera_controls.xml
index e65567830..525ffc326 100644
--- a/res/layout-port/camera_controls.xml
+++ b/res/layout-port/camera_controls.xml
@@ -61,6 +61,7 @@
android:id="@+id/preview_thumb"
android:layout_width="@dimen/capture_size"
android:layout_height="@dimen/capture_size"
+ android:layout_margin="12dp"
android:layout_gravity="top|right"
android:background="@android:color/transparent"
android:contentDescription="@string/switch_photo_filmstrip"
@@ -96,16 +97,13 @@
android:id="@+id/remaining_photos_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:background="@android:color/transparent"
- android:textColor="@android:color/white"
- android:visibility="gone" />
+ android:textColor="@android:color/white" />
<ImageView
android:id="@+id/remaining_photos_image"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:src="@drawable/remaining_sheets"
- android:visibility="gone" />
+ android:src="@drawable/remaining_sheets" />
</LinearLayout>
</com.android.camera.ui.CameraControls>