mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
force all comms-type icons to have same width
This commit is contained in:
parent
03c6db78db
commit
2400029b8b
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
>
|
||||
|
||||
<ImageView android:id="@+id/msg_marker"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="42dp"
|
||||
android:layout_height="fill_parent"
|
||||
android:layout_gravity="center_vertical|center_horizontal"
|
||||
android:paddingLeft="8dip"
|
||||
|
|
Loading…
Reference in a new issue