mirror of
https://github.com/nextcloud/talk-android
synced 2025-02-08 07:33:36 +00:00
Merge pull request #2848 from nextcloud/bugfix/noid/fixHorizontalCallDesign
Fix horizontal (=landscape) call design
This commit is contained in:
commit
1a820a9730
@ -181,8 +181,9 @@
|
|||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/callControls"
|
android:id="@+id/callControls"
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="@dimen/call_controls_height"
|
android:layout_height="@dimen/call_controls_height"
|
||||||
|
android:layout_width="450dp"
|
||||||
|
android:layout_centerHorizontal="true"
|
||||||
android:paddingHorizontal="@dimen/call_controls_padding_horizontal"
|
android:paddingHorizontal="@dimen/call_controls_padding_horizontal"
|
||||||
android:layout_alignBottom="@id/linearWrapperLayout"
|
android:layout_alignBottom="@id/linearWrapperLayout"
|
||||||
android:animateLayoutChanges="true"
|
android:animateLayoutChanges="true"
|
||||||
|
Loading…
Reference in New Issue
Block a user