discord-jadx/app/src/main/res/layout/view_premium_guild_features_user_old.xml
Juby210 02b39b5eaf
Enable replacing const values in jadx
Tracking changes should be much easier now.
2021-08-10 00:50:52 +02:00

7 lines
1.1 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/UiKit_ViewGroup_LinearLayout">
<TextView android:textColor="?attr/colorHeaderPrimary" android:layout_marginTop="16dp" android:text="@string/premium_guild_user_features_header" style="@style/UiKit_TextView_H1"/>
<TextView android:textColor="?attr/colorTextNormal" android:text="@string/premium_guild_user_feature_member_badge" app:drawableStartCompat="@drawable/ic_boosted_badge_24dp" style="@style/UiKit_TextView_Perk"/>
<TextView android:textColor="?attr/colorTextNormal" android:text="@string/premium_guild_user_feature_profile_badge" app:drawableStartCompat="@drawable/ic_booster_profile_badge_24dp" style="@style/UiKit_TextView_Perk"/>
<TextView android:textColor="?attr/colorTextNormal" android:text="@string/premium_guild_user_feature_role" app:drawableStartCompat="@drawable/ic_role_24dp" style="@style/UiKit_TextView_Perk"/>
</LinearLayout>