[Message actions] Update timeline context menu (#498)
* Replace bottom sheets in timeline with M3 ones. * Add missing options to menu with the right icons * Add message summary and reaction emoji row. * Use the same icon in the message summary and file timeline item
This commit is contained in:
parent
9072305735
commit
dc4b385ada
42 changed files with 657 additions and 299 deletions
11
libraries/designsystem/src/main/res/drawable/ic_forward.xml
Normal file
11
libraries/designsystem/src/main/res/drawable/ic_forward.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="960"
|
||||
android:viewportHeight="960"
|
||||
android:tint="?attr/colorControlNormal"
|
||||
android:autoMirrored="true">
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M120,760L120,600Q120,517 178.5,458.5Q237,400 320,400L688,400L544,256L600,200L840,440L600,680L544,624L688,480L320,480Q270,480 235,515Q200,550 200,600L200,760L120,760Z"/>
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue