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

9 lines
927 B
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="wrap_content" app:cardBackgroundColor="?attr/colorBackgroundSecondary" app:cardCornerRadius="4dp" app:cardElevation="0dp">
<LinearLayout style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<com.discord.views.premium.AccountCreditView android:id="@+id/credit_nitro" android:layout_width="match_parent" android:layout_height="wrap_content"/>
<View android:id="@+id/credit_nitro_divider" style="@style/res_2131952422_uikit_divider"/>
<com.discord.views.premium.AccountCreditView android:id="@+id/credit_nitro_classic" android:layout_width="match_parent" android:layout_height="wrap_content"/>
</LinearLayout>
</androidx.cardview.widget.CardView>