mirror of
https://github.com/yuliskov/SmartTube.git
synced 2025-08-06 20:10:13 +08:00
chat: upd formatting
This commit is contained in:
@ -1,8 +1,10 @@
|
||||
<!-- MODIFIED -->
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<!-- Bubble corner: android:bottomLeftRadius="0dp"->"@dimen/message_bubble_corners_radius" -->
|
||||
<corners
|
||||
android:bottomLeftRadius="0dp"
|
||||
android:bottomLeftRadius="@dimen/message_bubble_corners_radius"
|
||||
android:bottomRightRadius="@dimen/message_bubble_corners_radius"
|
||||
android:topLeftRadius="@dimen/message_bubble_corners_radius"
|
||||
android:topRightRadius="@dimen/message_bubble_corners_radius" />
|
||||
|
Reference in New Issue
Block a user