1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04: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:
Danny Baumann 2013-02-12 09:59:02 +01:00
parent d92a30f807
commit 20d229c91b
2 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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" />