mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-15 08:45:04 +01:00
parent
aca1f9a13d
commit
48229e3314
app/src/main/res/layout
@ -22,14 +22,14 @@
|
|||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:id="@+id/call_header_layout"
|
android:id="@+id/call_header_layout"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="@dimen/rv_item_view_height"
|
android:layout_height="wrap_content"
|
||||||
android:layout_margin="@dimen/double_margin_between_elements"
|
android:layout_margin="@dimen/double_margin_between_elements"
|
||||||
android:orientation="vertical">
|
android:orientation="vertical">
|
||||||
|
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:id="@+id/initial_relative_layout"
|
android:id="@+id/initial_relative_layout"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent">
|
android:layout_height="wrap_content">
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/public_call_link"
|
android:id="@+id/public_call_link"
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:id="@+id/joinConversationViaLinkRelativeLayout"
|
android:id="@+id/joinConversationViaLinkRelativeLayout"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="@dimen/rv_item_view_height"
|
android:layout_height="wrap_content"
|
||||||
android:layout_margin="@dimen/double_margin_between_elements"
|
android:layout_margin="@dimen/double_margin_between_elements"
|
||||||
android:orientation="vertical">
|
android:orientation="vertical">
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user