Commit ec0cd718b3caf26f64d126fe4eb6d377bb40c835

Authored by YangShuai
1 parent 2a9a67e2

1 优化远程控制文本提示

config.gradle
... ... @@ -21,7 +21,7 @@ ext {
21 21 //编译方式
22 22 debug : false,
23 23 //版本号
24   - version: "0.3.13",
  24 + version: "0.3.16",
25 25 //Lib库前缀
26 26 packeg : "com.cnlive.module",
27 27 //Lib库名称
... ...
module_xiaojiaSoundBox/src/main/res/layout/activity_remote_control.xml
... ... @@ -74,7 +74,6 @@
74 74 android:layout_marginBottom="20dp"
75 75 android:layout_toEndOf="@id/iv_right"
76 76 android:layout_toRightOf="@id/tv_menu_title"
77   - android:gravity="center|right"
78 77 android:text="手机可远程控制音箱播放的内容,但仅限听见中国"
79 78 android:textColor="@color/color_C3C3C3"
80 79 android:textSize="14sp" />
... ...