mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
beee60d6a7
Sticker picker is not implemented, just receiving(from DC Desktop, bots or future DC versions) and forwarding stickers (code adapted from Signal)
8 lines
369 B
XML
8 lines
369 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<org.thoughtcrime.securesms.components.BorderlessImageView
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/image_view"
|
|
android:layout_width="@dimen/media_bubble_sticker_dimens"
|
|
android:layout_height="@dimen/media_bubble_sticker_dimens"
|
|
android:contentDescription="@string/image" />
|