Commit bed89cf0 authored by mengcuiguang's avatar mengcuiguang

代码优化

parent 776b15a1
......@@ -13,7 +13,7 @@
<FrameLayout
android:id="@+id/rlVipItemRoot"
android:layout_width="match_parent"
android:layout_height="140dp"
android:layout_height="150dp"
android:layout_marginTop="8dp"
android:background="@drawable/shape_vip_adapter_none"
android:orientation="vertical">
......@@ -62,9 +62,11 @@
<ImageView
android:id="@+id/iv_vip_dialog_finger"
android:layout_width="30dp"
android:layout_height="30dp"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_gravity="right|bottom"
android:layout_marginRight="20dp"
android:layout_marginBottom="20dp"
android:src="@mipmap/ic_launcher_main"></ImageView>
</FrameLayout>
......
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