20 lines
821 B
XML
20 lines
821 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/rl_content"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<include
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerInParent="true"
|
|
layout="@layout/item_creativity_layout"/>
|
|
<ImageView
|
|
android:id="@+id/img_item_number"
|
|
android:layout_width="@dimen/hot_num_img"
|
|
android:layout_height="@dimen/hot_num_img"
|
|
android:layout_marginLeft="@dimen/hot_num_margin_left"
|
|
android:layout_marginTop="@dimen/hot_num_margin_top"
|
|
android:src="@drawable/community_icon_corner1"
|
|
android:scaleType="fitCenter"/>
|
|
</RelativeLayout>
|