mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-18 03:48:08 +00:00
[Presence] contact_list xml updated
This commit is contained in:
parent
2bfd16330e
commit
4103eb9fba
1 changed files with 5 additions and 8 deletions
|
|
@ -27,7 +27,6 @@
|
|||
android:id="@+id/contact_picture_layout"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="5dp"
|
||||
android:gravity="center_vertical">
|
||||
|
||||
<ImageView
|
||||
|
|
@ -40,20 +39,18 @@
|
|||
android:layout_alignParentLeft="true"
|
||||
android:layout_marginLeft="5dp"/>
|
||||
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/friendStatus"
|
||||
android:visibility="visible"
|
||||
android:layout_width="15dp"
|
||||
android:layout_height="15dp"
|
||||
android:layout_alignRightOf="@id/contact_picture"
|
||||
android:layout_alignBottomOf="@id/contact_picture"
|
||||
android:layout_width="10dp"
|
||||
android:layout_height="10dp"
|
||||
android:layout_alignBottom="@+id/contact_picture"
|
||||
android:layout_alignRight="@+id/contact_picture"
|
||||
android:adjustViewBounds="true"
|
||||
android:layout_marginRight="3dp"
|
||||
android:layout_marginBottom="3dp"
|
||||
android:scaleType="centerInside"
|
||||
android:src="@drawable/presence_unregistered"
|
||||
/>
|
||||
android:src="@drawable/presence_unregistered" />
|
||||
</RelativeLayout>
|
||||
|
||||
<TextView
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue