Initial commit
This commit is contained in:
29
resources/res/layout/layout_community_inspire.xml
Normal file
29
resources/res/layout/layout_community_inspire.xml
Normal 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>
|
||||
Reference in New Issue
Block a user