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

Commit 47e8e46f authored by Raj Yengisetty's avatar Raj Yengisetty Committed by Rajesh Yengisetty
Browse files

Protected Apps: Increase hit target of the launch app button

Change-Id: I38355aca37079d43975d287ee9d81c3a500c3575
parent 4e756885
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@
        android:minHeight="48dp"
        android:orientation="horizontal"
        android:gravity="center_vertical"
        android:paddingRight="?android:attr/scrollbarSize"
        android:background="?android:attr/selectableItemBackground"
        android:descendantFocusability="blocksDescendants">

@@ -40,7 +39,7 @@
        <LinearLayout
            android:id="@+id/launch_app"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_height="match_parent"
            android:orientation="horizontal"
            android:visibility="gone" >

@@ -53,6 +52,8 @@
                android:layout_width="30dp"
                android:layout_height="30dp"
                android:src="@drawable/ic_launch_app"
                android:layout_gravity="center"
                android:layout_marginRight="?android:attr/scrollbarSize"
                android:paddingLeft="5dp" />
        </LinearLayout>
    </LinearLayout>