Commit 2cf1ff1a authored by mvanouwerkerk's avatar mvanouwerkerk Committed by Commit bot

Notifications: restrict button icon to 32dp.

This size is as recommended in the addAction docs:
http://goo.gl/ajjlE0

BUG=581336

Review URL: https://codereview.chromium.org/1643493002

Cr-Commit-Position: refs/heads/master@{#371828}
parent 4531a211
......@@ -22,10 +22,12 @@
<ImageView
android:id="@+id/button_icon"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:layout_gravity="start|center_vertical"
android:maxWidth="48dp"
android:adjustViewBounds="true"
android:maxHeight="32dp"
android:maxWidth="32dp"
android:contentDescription="@null"
android:scaleType="centerInside"/>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment