mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-02 07:33:18 +00:00
Allow the selection of fitzpatrick emoji.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<corners android:radius="5dp" />
|
||||
<solid android:color="@color/core_white" />
|
||||
|
||||
</shape>
|
||||
13
res/drawable/triangle_bottom_right_corner.xml
Normal file
13
res/drawable/triangle_bottom_right_corner.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24.0"
|
||||
android:viewportHeight="24.0">
|
||||
|
||||
<path
|
||||
android:pathData="M24,0 L0,24 L24,24 Z"
|
||||
android:strokeColor="#00000000"
|
||||
android:fillColor="#ffffff"/>
|
||||
|
||||
</vector>
|
||||
Reference in New Issue
Block a user