Signal-Android/app/src/main/res/layout/conversation_item_sent_gift...

8 wiersze
527 B
XML

<?xml version="1.0" encoding="utf-8"?>
<org.thoughtcrime.securesms.badges.gifts.GiftMessageView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:giftMessageView__buttonBackgroundTint="@color/sent_gift_button_tint"
app:giftMessageView__buttonTextColor="@color/signal_text_primary"
app:giftMessageView__textColor="@color/conversation_item_sent_text_primary_color" />