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

5 lines
837 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" android:layout_marginLeft="8dp" android:layout_marginTop="8dp" android:layout_marginRight="8dp" android:layout_marginBottom="8dp" app:cardBackgroundColor="?attr/colorBackgroundSecondary" app:cardCornerRadius="4dp" app:contentPaddingBottom="8dp" app:contentPaddingLeft="16dp" app:contentPaddingRight="16dp" app:contentPaddingTop="8dp">
<com.discord.views.experiments.ExperimentOverrideView android:id="@+id/experiment_overrides_list_item_experiment_override_view" android:layout_width="match_parent" android:layout_height="wrap_content"/>
</androidx.cardview.widget.CardView>