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

4 lines
645 B
XML

<?xml version="1.0" encoding="utf-8"?>
<com.google.android.material.card.MaterialCardView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/nux_guild_template_card" android:layout_marginBottom="8dp" style="@style/Nux_GuildTemplates_Card">
<TextView android:id="@+id/nux_guild_template_text" android:text="@string/guild_template_header_community" app:drawableEndCompat="@drawable/icon_carrot" app:drawableStartCompat="@drawable/drawable_guild_template_community" style="@style/Nux_GuildTemplates_Card_Action"/>
</com.google.android.material.card.MaterialCardView>