apkfuckery/com.discord/res/layout/view_premium_guild_feature.xml

8 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.cardview.widget.CardView android:layout_width="wrap_content" android:layout_height="wrap_content" app:cardBackgroundColor="@color/transparent" app:cardCornerRadius="8.0dip"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<LinearLayout android:layout_width="@dimen/premium_guild_feature_width" android:layout_height="wrap_content" style="@style/UiKit.ViewGroup.LinearLayout">
<ImageView android:id="@id/view_premium_guild_feature_image" android:layout_width="fill_parent" android:scaleType="centerInside" android:adjustViewBounds="true" android:importantForAccessibility="no" style="@style/UiKit.ImageView" />
<TextView android:textSize="@dimen/uikit_textsize_large" android:textColor="?colorInteractiveActive" android:id="@id/view_premium_guild_feature_text" android:background="?colorBackgroundTertiary" android:padding="16.0dip" android:layout_width="fill_parent" style="@style/UiKit.TextView.Semibold" />
</LinearLayout>
</androidx.cardview.widget.CardView>