Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fbafa829 authored by Santhosh Kumar H E's avatar Santhosh Kumar H E Committed by Ricardo Cerqueira
Browse files

Camera: Round camera settings icon margins to 8

Rounding margins of camera settings icon to 8.
This would avoid overlapping of constituent tiles.

Change-Id: I4c1ccd2dfeec082c7164d19ba02bb9d939ac3ddd
parent ba0d8211
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,8 +28,8 @@
        <include layout="@layout/menu_indicators"
            android:layout_width="64dip"
            android:layout_height="64dip"
            android:layout_marginTop="-5dip"
            android:layout_marginRight="6dip"
            android:layout_marginTop="-8dip"
            android:layout_marginRight="8dip"
            android:layout_gravity="top|right"/>

        <com.android.camera.ui.PieMenuButton
+2 −2
Original line number Diff line number Diff line
@@ -29,8 +29,8 @@
            android:layout_width="64dip"
            android:layout_height="64dip"
            android:layout_gravity="bottom|right"
            android:layout_marginBottom="6dip"
            android:layout_marginRight="-5dip" />
            android:layout_marginBottom="8dip"
            android:layout_marginRight="-8dip" />

        <com.android.camera.ui.PieMenuButton
            android:id="@+id/menu"