forked from mirror/monocles_chat_clean
fix Offset between avatar and message
closes https://codeberg.org/kriztan/blabber.im/issues/503
This commit is contained in:
parent
6ce7a1bdf7
commit
9731c27bac
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
<View
|
<View
|
||||||
android:id="@+id/placeholder"
|
android:id="@+id/placeholder"
|
||||||
android:layout_width="48dp"
|
android:layout_width="48dp"
|
||||||
android:layout_height="3dp" />
|
android:layout_height="0dp" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
|
|
Loading…
Add table
Reference in a new issue