Commit 02a91bc0 authored by zhang_z's avatar zhang_z

营销添加页面;

parent cfaaeaaa
...@@ -7,22 +7,12 @@ ...@@ -7,22 +7,12 @@
android:background="@color/gray_zhouyu" android:background="@color/gray_zhouyu"
android:orientation="vertical"> android:orientation="vertical">
<View
android:layout_width="match_parent"
android:layout_height="@dimen/all_line_width"
android:layout_marginTop="@dimen/all_spacing"
android:background="@color/gray_huanggai" />
<android.support.v7.widget.RecyclerView <android.support.v7.widget.RecyclerView
android:id="@+id/rl_type" android:id="@+id/rl_type"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="@dimen/all_spacing"
android:background="@color/white_caocao" /> android:background="@color/white_caocao" />
<View
android:layout_width="match_parent"
android:layout_height="@dimen/all_line_width"
android:background="@color/gray_huanggai" />
</LinearLayout> </LinearLayout>
</layout> </layout>
\ No newline at end of file
...@@ -14,15 +14,16 @@ ...@@ -14,15 +14,16 @@
android:id="@+id/iv_type" android:id="@+id/iv_type"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:src="@mipmap/icon_buy02" android:contentDescription="@null"
android:contentDescription="@null" /> android:src="@mipmap/icon_buy02" />
<TextView <TextView
android:id="@+id/tv_name" android:id="@+id/tv_name"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="@dimen/all_spacing" android:layout_marginTop="@dimen/all_spacing"
android:text="满减送" /> android:textColor="@color/black_likui"
android:textSize="@dimen/all_body_size" />
</LinearLayout> </LinearLayout>
</layout> </layout>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment