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

Commit 57b5c012 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Increase size of app info tap target"

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