Commit ec0cd718b3caf26f64d126fe4eb6d377bb40c835

Authored by YangShuai
1 parent 2a9a67e2

1 优化远程控制文本提示

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.3.13", 24 + version: "0.3.16",
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_remote_control.xml
@@ -74,7 +74,6 @@ @@ -74,7 +74,6 @@
74 android:layout_marginBottom="20dp" 74 android:layout_marginBottom="20dp"
75 android:layout_toEndOf="@id/iv_right" 75 android:layout_toEndOf="@id/iv_right"
76 android:layout_toRightOf="@id/tv_menu_title" 76 android:layout_toRightOf="@id/tv_menu_title"
77 - android:gravity="center|right"  
78 android:text="手机可远程控制音箱播放的内容,但仅限听见中国" 77 android:text="手机可远程控制音箱播放的内容,但仅限听见中国"
79 android:textColor="@color/color_C3C3C3" 78 android:textColor="@color/color_C3C3C3"
80 android:textSize="14sp" /> 79 android:textSize="14sp" />