mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 11:42:16 -05:00
Make the contact badges a little smaller.
Previously, they dominated both the message header as well as the message list by their sheer size, at least on xhdpi (Nexus 4), although they're certainly not the most important information in there.
This commit is contained in:
parent
d92a30f807
commit
20d229c91b
@ -38,8 +38,8 @@
|
||||
android:layout_marginRight="8dip"
|
||||
android:layout_marginTop="4dip"
|
||||
android:layout_marginBottom="3dip"
|
||||
android:layout_height="48dip"
|
||||
android:layout_width="48dip"
|
||||
android:layout_height="40dip"
|
||||
android:layout_width="40dip"
|
||||
android:layout_toRightOf="@id/chip_wrapper"
|
||||
android:src="@drawable/ic_contact_picture"
|
||||
style="?android:attr/quickContactBadgeStyleWindowLarge"
|
||||
|
@ -41,8 +41,8 @@
|
||||
|
||||
<QuickContactBadge
|
||||
android:id="@+id/contact_badge"
|
||||
android:layout_width="48dp"
|
||||
android:layout_height="48dp"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
android:layout_marginTop="8dp"
|
||||
android:layout_marginLeft="8dp" />
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user