Commit 6e7166fc4cc898b36ad982e28ed291e9530652e5

Authored by YangShuai
1 parent e6dfc6ce

1 调整音箱被他人绑定后拨打电话的UI

config.gradle
... ... @@ -21,7 +21,7 @@ ext {
21 21 //编译方式
22 22 debug : false,
23 23 //版本号
24   - version: "0.2.23",
  24 + version: "0.2.25",
25 25 //Lib库前缀
26 26 packeg : "com.cnlive.module",
27 27 //Lib库名称
... ...
module_xiaojiaSoundBox/src/main/res/layout/activity_conn_fail.xml
... ... @@ -47,7 +47,7 @@
47 47 android:layout_height="wrap_content"
48 48 android:gravity="center"
49 49 android:orientation="vertical"
50   - android:visibility="gone"
  50 +
51 51 >
52 52  
53 53 <TextView
... ... @@ -63,7 +63,7 @@
63 63 android:id="@+id/btn_call"
64 64 android:layout_width="100dp"
65 65 android:layout_height="35dp"
66   - android:layout_marginTop="30dp"
  66 + android:layout_marginTop="60dp"
67 67 android:background="@drawable/selector_xiaojia_btn_green"
68 68 android:text="联系"
69 69 android:textColor="@color/white"
... ...