mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-25 11:20:47 +01:00
Update tooltip to Material3 spec.
This commit is contained in:
committed by
Cody Henthorne
parent
e610ee419f
commit
ffeb60fcdd
9
app/src/main/res/drawable/ic_tooltip_arrow_down.xml
Normal file
9
app/src/main/res/drawable/ic_tooltip_arrow_down.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="20dp"
|
||||
android:height="12dp"
|
||||
android:viewportWidth="20"
|
||||
android:viewportHeight="12">
|
||||
<path
|
||||
android:pathData="M10,9L1,-0L19,-0L10,9Z"
|
||||
android:fillColor="#000000"/>
|
||||
</vector>
|
||||
13
app/src/main/res/drawable/ic_tooltip_arrow_left.xml
Normal file
13
app/src/main/res/drawable/ic_tooltip_arrow_left.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="12dp"
|
||||
android:height="20dp"
|
||||
android:viewportWidth="12"
|
||||
android:viewportHeight="20">
|
||||
<group>
|
||||
<clip-path
|
||||
android:pathData="M0,20l0,-20l12,-0l0,20z"/>
|
||||
<path
|
||||
android:pathData="M3,10L12,1L12,19L3,10Z"
|
||||
android:fillColor="#000000"/>
|
||||
</group>
|
||||
</vector>
|
||||
13
app/src/main/res/drawable/ic_tooltip_arrow_right.xml
Normal file
13
app/src/main/res/drawable/ic_tooltip_arrow_right.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="12dp"
|
||||
android:height="20dp"
|
||||
android:viewportWidth="12"
|
||||
android:viewportHeight="20">
|
||||
<group>
|
||||
<clip-path
|
||||
android:pathData="M12,0l-0,20l-12,0l-0,-20z"/>
|
||||
<path
|
||||
android:pathData="M9,10L-0,19L-0,1L9,10Z"
|
||||
android:fillColor="#000000"/>
|
||||
</group>
|
||||
</vector>
|
||||
9
app/src/main/res/drawable/ic_tooltip_arrow_up.xml
Normal file
9
app/src/main/res/drawable/ic_tooltip_arrow_up.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="20dp"
|
||||
android:height="12dp"
|
||||
android:viewportWidth="20"
|
||||
android:viewportHeight="12">
|
||||
<path
|
||||
android:pathData="M10,3L19,12H1L10,3Z"
|
||||
android:fillColor="#000000"/>
|
||||
</vector>
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
|
||||
<solid android:color="@color/white"/>
|
||||
<corners android:radius="8dp"/>
|
||||
<corners android:radius="18dp"/>
|
||||
</shape>
|
||||
Reference in New Issue
Block a user