mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-10 22:34:15 +01:00
Improve layout for call person
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
171c7f1428
commit
e6c2549e81
@ -42,9 +42,9 @@
|
||||
android:id="@+id/remote_video_off"
|
||||
android:layout_width="16dp"
|
||||
android:layout_height="16dp"
|
||||
android:layout_above="@id/peer_nick_text_view"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:layout_below="@id/peer_nick_text_view"
|
||||
android:layout_marginStart="8dp"
|
||||
android:layout_toStartOf="@id/remote_audio_off"
|
||||
android:src="@drawable/ic_videocam_off_white_24px"
|
||||
android:visibility="invisible"/>
|
||||
|
||||
@ -52,8 +52,10 @@
|
||||
android:id="@+id/remote_audio_off"
|
||||
android:layout_width="16dp"
|
||||
android:layout_height="16dp"
|
||||
android:layout_above="@id/peer_nick_text_view"
|
||||
android:layout_toEndOf="@id/remote_video_off"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_below="@id/peer_nick_text_view"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:src="@drawable/ic_mic_off_white_24px"
|
||||
android:visibility="invisible"/>
|
||||
|
||||
@ -61,11 +63,11 @@
|
||||
android:id="@+id/peer_nick_text_view"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_marginBottom="8dp"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:layout_marginTop="4dp"
|
||||
android:textColor="@android:color/white"/>
|
||||
|
||||
</RelativeLayout>
|
||||
</RelativeLayout>
|
||||
|
Loading…
Reference in New Issue
Block a user