mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-13 03:01:05 +00:00
13 lines
563 B
XML
13 lines
563 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
xmlns:tools="http://schemas.android.com/tools"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:background="@color/bg_call_screen_dialog"
|
||
|
android:orientation="vertical"
|
||
|
android:paddingStart="@dimen/standard_padding"
|
||
|
android:paddingEnd="@dimen/standard_padding"
|
||
|
android:paddingBottom="@dimen/standard_half_padding">
|
||
|
|
||
|
</LinearLayout>
|