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

Commit db7a0a7a authored by Jernej Virag's avatar Jernej Virag Committed by Automerger Merge Worker
Browse files

Merge "Revert resize of the right notification icon" into tm-dev am: 59912bdc

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17321366

Change-Id: Ie5168ce20487268358b07f8791a2598539c3ecda
parents 16b828fb 59912bdc
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -138,7 +138,7 @@

        </LinearLayout>

        <com.android.internal.widget.CachingIconView
        <ImageView
            android:id="@+id/right_icon"
            android:layout_width="@dimen/notification_right_icon_size"
            android:layout_height="@dimen/notification_right_icon_size"
@@ -150,8 +150,6 @@
            android:clipToOutline="true"
            android:importantForAccessibility="no"
            android:scaleType="centerCrop"
            android:maxDrawableWidth="@dimen/notification_right_icon_size"
            android:maxDrawableHeight="@dimen/notification_right_icon_size"
            />

        <FrameLayout
+1 −3
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License
  -->
<com.android.internal.widget.CachingIconView
<ImageView
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/right_icon"
    android:layout_width="@dimen/notification_right_icon_size"
@@ -25,6 +25,4 @@
    android:clipToOutline="true"
    android:importantForAccessibility="no"
    android:scaleType="centerCrop"
    android:maxDrawableWidth="@dimen/notification_right_icon_size"
    android:maxDrawableHeight="@dimen/notification_right_icon_size"
    />