discord-jadx/app/src/main/res/layout/view_premium_settings_perks...

16 lines
2.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_marginLeft="16dp" android:layout_marginRight="16dp" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:textSize="@dimen/uikit_textsize_xlarge" android:textColor="?attr/primary_000" android:paddingTop="8dp" android:paddingBottom="8dp" android:text="@string/premium_included" style="@style/res_2131952577_uikit_textview_semibold"/>
<TextView android:text="@string/premium_chat_perks_discriminator_mobile" app:drawableStartCompat="@drawable/ic_nitro_tag_24dp" style="@style/res_2131952575_uikit_textview_perk"/>
<TextView android:text="@string/premium_chat_perks_animated_avatar_and_emoji_mobile" app:drawableStartCompat="@drawable/ic_nitro_gifs_24dp" style="@style/res_2131952575_uikit_textview_perk"/>
<TextView android:text="@string/premium_chat_perks_streaming_mobile" app:drawableStartCompat="@drawable/ic_nitro_perk_stream_24dp" style="@style/res_2131952575_uikit_textview_perk"/>
<TextView android:text="@string/premium_chat_perks_screenshare_mobile" app:drawableStartCompat="@drawable/ic_nitro_highquality_24dp" style="@style/res_2131952575_uikit_textview_perk"/>
<TextView android:text="@string/premium_chat_perks_custom_emoji_mobile" app:drawableStartCompat="@drawable/ic_nitro_globalemojis_24dp" style="@style/res_2131952575_uikit_textview_perk"/>
<TextView android:id="@+id/premium_perks_upload_text" android:text="@string/premium_chat_perks_description_upload_limit" app:drawableStartCompat="@drawable/ic_upload_24dp" style="@style/res_2131952575_uikit_textview_perk"/>
<TextView android:text="@string/premium_chat_perks_rep_mobile" app:drawableStartCompat="@drawable/ic_nitro_rep_24dp" style="@style/res_2131952575_uikit_textview_perk"/>
<TextView android:text="@string/premium_chat_perks_premium_guild_subscription" app:drawableStartCompat="@drawable/ic_boosted_badge_24dp" style="@style/res_2131952575_uikit_textview_perk"/>
<TextView android:id="@+id/premium_perks_max_guilds" android:visibility="gone" android:text="@string/premium_chat_perks_max_guilds" app:drawableStartCompat="@drawable/ic_increased_max_guilds_24dp" style="@style/res_2131952575_uikit_textview_perk"/>
<TextView android:id="@+id/premium_perks_max_message_length" android:visibility="gone" android:text="@string/premium_chat_perks_max_message_length" app:drawableStartCompat="@drawable/ic_increased_message_length_24dp" style="@style/res_2131952575_uikit_textview_perk"/>
<TextView android:id="@+id/premium_perks_stickers" android:visibility="gone" android:text="@string/premium_chat_perks_custom_stickers" app:drawableStartCompat="@drawable/ic_sticker_icon_20dp" style="@style/res_2131952575_uikit_textview_perk"/>
</LinearLayout>