Merge changes Ibda62ba1,Ie338080b,Ic1cdd3ee
* changes: Update char limit Update font family Increase expand/collapse tap target
This commit is contained in:
committed by
Android (Google) Code Review
commit
b49cbcf2c8
@@ -24,6 +24,7 @@
|
||||
android:id="@+id/app_header"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:background="@drawable/button_ripple_radius"
|
||||
android:paddingTop="12dp"
|
||||
android:paddingBottom="12dp"
|
||||
android:paddingStart="16dp">
|
||||
@@ -58,13 +59,14 @@
|
||||
android:paddingTop="8dp"
|
||||
android:textAppearance="@*android:style/TextAppearance.DeviceDefault.Notification.Title"/>
|
||||
</LinearLayout>
|
||||
<ImageButton
|
||||
<ImageView
|
||||
android:id="@+id/expand"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_height="48dp"
|
||||
android:layout_width="48dp"
|
||||
android:background="@drawable/button_ripple_radius"
|
||||
android:scaleType="center"
|
||||
android:contentDescription="@null"
|
||||
android:src="@*android:drawable/ic_expand_more"/>
|
||||
</RelativeLayout>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user