discord-jadx/app/src/main/res/layout/reaction_view.xml

9 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:gravity="center" android:background="?attr/theme_chat_reaction_background" android:paddingLeft="6dp" android:paddingRight="6dp" android:layout_width="wrap_content" android:layout_height="26dp" android:minWidth="40dp">
<com.discord.utilities.view.text.SimpleDraweeSpanTextView android:id="@+id/emoji_text_view" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginEnd="4dp"/>
<TextSwitcher android:id="@+id/counter_text_switcher" android:layout_width="wrap_content" android:layout_height="match_parent" android:layout_marginStart="4dp">
<TextView android:textColor="?attr/theme_chat_reaction_text_color" android:gravity="center_vertical" android:id="@+id/counter_text_1" android:layout_height="match_parent" style="@style/res_2131952577_uikit_textview_semibold"/>
<TextView android:textColor="?attr/theme_chat_reaction_text_color" android:gravity="center_vertical" android:id="@+id/counter_text_2" android:layout_height="match_parent" style="@style/res_2131952577_uikit_textview_semibold"/>
</TextSwitcher>
</LinearLayout>