Commit 62d89f89ed281648cc97e00a81cb5aee61c4fa8e

Authored by YangShuai
1 parent ec0cd718

1 优化提示框布局

config.gradle
... ... @@ -21,7 +21,7 @@ ext {
21 21 //编译方式
22 22 debug : false,
23 23 //版本号
24   - version: "0.3.16",
  24 + version: "0.3.17",
25 25 //Lib库前缀
26 26 packeg : "com.cnlive.module",
27 27 //Lib库名称
... ...
module_xiaojiaSoundBox/src/main/res/layout/fragment_set_friend_role.xml
... ... @@ -40,7 +40,7 @@
40 40 android:id="@+id/ll_close_tip"
41 41 android:layout_width="wrap_content"
42 42 android:layout_height="match_parent"
43   - android:layout_gravity="right"
  43 + android:layout_gravity="right|center_vertical"
44 44 android:clickable="true"
45 45 android:gravity="center"
46 46 android:paddingRight="10dp">
... ...
module_xiaojiaSoundBox/src/main/res/layout/fragment_user_manager.xml
... ... @@ -31,7 +31,7 @@
31 31 android:id="@+id/ll_close_tip"
32 32 android:layout_width="wrap_content"
33 33 android:layout_height="match_parent"
34   - android:layout_gravity="right"
  34 + android:layout_gravity="right|center_vertical"
35 35 android:clickable="true"
36 36 android:gravity="center"
37 37 android:paddingRight="10dp">
... ...