Stickers in image editor.

This commit is contained in:
Alan Evans
2019-08-30 17:45:35 -04:00
committed by GitHub
parent 15b650382e
commit 8d561ead21
22 changed files with 419 additions and 117 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<org.thoughtcrime.securesms.components.emoji.MediaKeyboard xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/emoji_drawer"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/core_grey_90"
app:tabs_gravity="top" />