Commit ba355e6e authored by jianglx's avatar jianglx

会员中心间距的修改

parent 4b4a8ae9
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
</shape> </shape>
</item> </item>
<item <item
android:bottom="@dimen/size_5"> android:bottom="@dimen/size_10">
<bitmap <bitmap
android:gravity="bottom|center_horizontal" android:gravity="bottom|center_horizontal"
android:src="@drawable/bottom_backgroud2" android:src="@drawable/bottom_backgroud2"
......
...@@ -59,7 +59,7 @@ public class ApiConfig { ...@@ -59,7 +59,7 @@ public class ApiConfig {
public static String QUERY_HOT_GOODLIST = RvFrameConfig.HOST + "/api/app/home/app/unauth/goodList"; //推荐商品 public static String QUERY_HOT_GOODLIST = RvFrameConfig.HOST + "/api/app/home/app/unauth/goodList"; //推荐商品
public static String HTTP_URL_MEMBER_LIST = RvFrameConfig.ADMIN_POST + "/member/app/unauth/level/list"; // 会员等级列表 public static String HTTP_URL_MEMBER_LIST = RvFrameConfig.ADMIN_POST + "member/app/unauth/level/list"; // 会员等级列表
public static String HTTP_URL_MEMBER_CREATE_ORDER = RvFrameConfig.HOST + "/api/order/orderMember/add"; // 创建订单 public static String HTTP_URL_MEMBER_CREATE_ORDER = RvFrameConfig.HOST + "/api/order/orderMember/add"; // 创建订单
......
...@@ -130,7 +130,7 @@ ...@@ -130,7 +130,7 @@
<GridView <GridView
android:layout_marginTop="13dp" android:layout_marginTop="20dp"
android:id="@+id/gridview" android:id="@+id/gridview"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
......
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