Fixing chatlist UI

This commit is contained in:
Erwan Croze 2017-01-17 16:39:48 +01:00
parent c13be6ef7d
commit 6b7f5c789c

View file

@ -18,7 +18,7 @@
android:layout_alignParentRight="true" android:layout_alignParentRight="true"
android:layout_centerVertical="true" android:layout_centerVertical="true"
android:visibility="invisible" android:layout_alignParentTop="true"/> android:visibility="invisible" android:layout_alignParentTop="true"/>
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
@ -67,6 +67,7 @@
<RelativeLayout <RelativeLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_toLeftOf="@id/delete_chatroom"
android:paddingLeft="10dp"> android:paddingLeft="10dp">
<TextView <TextView
@ -104,7 +105,7 @@
style="@style/font11"/> style="@style/font11"/>
</RelativeLayout> </RelativeLayout>
</LinearLayout> </LinearLayout>
</RelativeLayout> </RelativeLayout>