Remove message bubble tails
This commit is contained in:
parent
aee89e808b
commit
d090311f60
2 changed files with 0 additions and 24 deletions
|
@ -17,16 +17,4 @@
|
|||
<solid android:color="?colorSurfaceContainerHigh" />
|
||||
</shape>
|
||||
</item>
|
||||
<item android:gravity="top|left" android:width="7dp" android:height="7dp" android:top="0dp">
|
||||
<vector
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24.0"
|
||||
android:viewportHeight="24.0">
|
||||
<path
|
||||
android:pathData="M24,0 V 24 L0,0 z"
|
||||
android:strokeColor="?colorSurfaceContainerHigh"
|
||||
android:fillColor="?colorSurfaceContainerHigh"/>
|
||||
</vector>
|
||||
</item>
|
||||
</layer-list>
|
||||
|
|
|
@ -17,16 +17,4 @@
|
|||
<solid android:color="?colorSurface" />
|
||||
</shape>
|
||||
</item>
|
||||
<item android:bottom="0dp" android:gravity="bottom|right" android:width="7dp" android:height="7dp">
|
||||
<vector
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24.0"
|
||||
android:viewportHeight="24.0">
|
||||
<path
|
||||
android:pathData="M0,24 V 0 L24,24 z"
|
||||
android:strokeColor="?colorSurface"
|
||||
android:fillColor="?colorSurface"/>
|
||||
</vector>
|
||||
</item>
|
||||
</layer-list>
|
||||
|
|
Loading…
Add table
Reference in a new issue