Commit 6e7166fc4cc898b36ad982e28ed291e9530652e5
1 parent
e6dfc6ce
1 调整音箱被他人绑定后拨打电话的UI
Showing
2 changed files
with
3 additions
and
3 deletions
config.gradle
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" | ... | ... |