Initial commit

This commit is contained in:
2025-05-13 19:24:51 +02:00
commit a950f49678
10604 changed files with 932663 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
<?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>