Commit 6e7166fc4cc898b36ad982e28ed291e9530652e5

Authored by YangShuai
1 parent e6dfc6ce

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

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