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

Commit 6c23883a authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Increase size of app info tap target

Test: manual
Change-Id: Ic9e12684362fc53695843d991bed2c5327b02d1c
Fixes: 73055563
parent 1d84b173
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
@@ -30,14 +30,15 @@
    <!-- Package Info -->
    <RelativeLayout
        android:layout_width="match_parent"
        android:layout_height="@dimen/notification_guts_header_height"
        android:layout_height="wrap_content"
        android:clipChildren="false"
        android:clipToPadding="false"
        android:layout_marginTop="@*android:dimen/notification_header_padding_top" >
        android:layout_marginTop="2dp" >
        <ImageView
            android:id="@+id/pkgicon"
            android:layout_width="@dimen/notification_guts_header_height"
            android:layout_height="@dimen/notification_guts_header_height"
            android:layout_centerVertical="true"
            android:layout_marginEnd="3dp" />
        <TextView
            android:id="@+id/pkgname"
@@ -74,8 +75,11 @@
            android:id="@+id/info"
            android:src="@drawable/ic_info"
            android:tint="?android:attr/colorAccent"
            android:layout_width="@dimen/notification_guts_header_height"
            android:layout_height="@dimen/notification_guts_header_height"
            android:layout_width="48dp"
            android:layout_height="48dp"
            android:padding="12dp"
            android:layout_marginEnd="-12dp"
            android:layout_centerVertical="true"
            android:contentDescription="@string/notification_more_settings"
            android:background="@drawable/ripple_drawable"
            android:layout_alignParentEnd="true" />