2018-07-13 11:55:24 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
2024-03-21 19:49:34 +03:00
|
|
|
~ Nextcloud Talk - Android Client
|
2018-07-13 11:55:24 +03:00
|
|
|
~
|
2024-03-21 19:49:34 +03:00
|
|
|
~ SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
|
|
|
|
~ SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
-->
|
2018-07-13 11:55:24 +03:00
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:shape="rectangle">
|
|
|
|
|
|
|
|
<corners
|
|
|
|
android:bottomLeftRadius="@dimen/message_bubble_corners_radius"
|
2022-09-13 11:57:19 +03:00
|
|
|
android:topRightRadius="2dp"
|
2018-07-13 11:55:24 +03:00
|
|
|
android:topLeftRadius="@dimen/message_bubble_corners_radius"
|
|
|
|
android:bottomRightRadius="@dimen/message_bubble_corners_radius" />
|
|
|
|
|
2019-08-09 18:54:48 +03:00
|
|
|
<solid android:color="@color/bg_default" />
|
2018-07-13 11:55:24 +03:00
|
|
|
|
|
|
|
</shape>
|