wip: UI for comments

This commit is contained in:
aayush262 2024-02-12 01:44:36 +05:30
parent 9dbc3db1b8
commit 97b957a0ab
5 changed files with 126 additions and 1 deletions

View file

@ -0,0 +1,10 @@
<vector android:alpha="0.9" android:height="24dp"
android:viewportHeight="960"
android:viewportWidth="960"
android:tint="?attr/colorControlNormal"
android:width="24dp"
xmlns:android="http://schemas.android.com/apk/res/android">
<path
android:fillColor="@android:color/white"
android:pathData="M760,760v-160q0,-50 -35,-85t-85,-35L273,480l144,144 -57,56 -240,-240 240,-240 57,56 -144,144h367q83,0 141.5,58.5T840,600v160h-80Z"/>
</vector>