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

@@ -355,4 +355,11 @@
<attr name="revealable_unopenedForegroundColor" format="color" />
<attr name="revealable_openedForegroundColor" format="color" />
</declare-styleable>
<declare-styleable name="MediaKeyboard">
<attr name="tabs_gravity" format="enum">
<enum name="bottom" value="0" />
<enum name="top" value="1" />
</attr>
</declare-styleable>
</resources>