jimu-decompiled/resources/res/layout/layout_community_inspire.xml
2025-05-13 19:24:51 +02:00

30 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/rl_comm_creative"
android:layout_width="201px"
android:layout_height="211px"
android:layout_marginLeft="35px"
android:layout_toRightOf="@+id/rl_comm_banner">
<View
android:background="@drawable/bg_ranking"
android:layout_width="201px"
android:layout_height="201px"
android:layout_alignParentBottom="true"/>
<androidx.cardview.widget.CardView
android:id="@+id/cv_comm_inspire"
android:clickable="true"
android:layout_width="201px"
android:layout_height="201px"
android:foreground="?android:attr/selectableItemBackground"
app:cardCornerRadius="35px">
<ImageView
android:background="@drawable/img_inspire"
android:layout_width="201px"
android:layout_height="201px"/>
<TextView
android:layout_gravity="bottom"
android:text="@string/str_community_inspire"
style="@style/card_community_text_style"/>
</androidx.cardview.widget.CardView>
</RelativeLayout>