apkfuckery/com.discord/res/layout/view_premium_guild_features...

8 lines
1.0 KiB
XML
Raw Normal View History

2020-05-17 12:40:10 +00:00
<?xml version="1.0" encoding="utf-8"?>
2020-09-02 04:07:20 +00:00
<LinearLayout android:layout_marginLeft="16.0dip" android:layout_marginRight="16.0dip" style="@style/UiKit.ViewGroup.LinearLayout"
2020-09-16 21:45:36 +00:00
xmlns:android="http://schemas.android.com/apk/res/android">
2020-09-02 04:07:20 +00:00
<TextView android:textColor="?colorHeaderPrimary" android:layout_marginTop="16.0dip" android:text="@string/premium_guild_user_features_header" style="@style/UiKit.TextView.H1" />
2020-09-16 21:45:36 +00:00
<TextView android:textColor="?colorTextNormal" android:text="@string/premium_guild_user_feature_member_badge" android:drawableStart="@drawable/ic_boosted_badge_24dp" style="@style/UiKit.TextView.Perk" />
<TextView android:textColor="?colorTextNormal" android:text="@string/premium_guild_user_feature_profile_badge" android:drawableStart="@drawable/ic_booster_profile_badge_24dp" style="@style/UiKit.TextView.Perk" />
<TextView android:textColor="?colorTextNormal" android:text="@string/premium_guild_user_feature_role" android:drawableStart="@drawable/ic_role_24dp" style="@style/UiKit.TextView.Perk" />
2020-05-17 12:40:10 +00:00
</LinearLayout>