mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-18 21:59:54 +01:00
Use vector support libraries instead of rasterizing all drawables
https://developer.android.com/guide/topics/graphics/vector-drawable-resources#vector-drawables-backward-solution
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
android:background="?attr/selectableItemBackground"
|
||||
android:padding="@dimen/margin_small"
|
||||
android:scaleType="center"
|
||||
android:src="@drawable/ic_emoji_toggle"
|
||||
app:srcCompat="@drawable/ic_emoji_toggle"
|
||||
app:tint="?attr/colorControlNormal" />
|
||||
|
||||
<com.vanniktech.emoji.EmojiEditText
|
||||
|
||||
Reference in New Issue
Block a user