Commit 2008cb675a147751b849e32f879759cbf791045a

Authored by YangShuai
1 parent a80ebefa

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.29", 24 + version: "0.2.30",
25 //Lib库前缀 25 //Lib库前缀
26 packeg : "com.cnlive.module", 26 packeg : "com.cnlive.module",
27 //Lib库名称 27 //Lib库名称
module_xiaojiaSoundBox/src/main/res/layout/fragment_invit_friend.xml
@@ -192,11 +192,12 @@ @@ -192,11 +192,12 @@
192 android:layout_marginLeft="20dp" 192 android:layout_marginLeft="20dp"
193 android:layout_marginTop="30dp" 193 android:layout_marginTop="30dp"
194 android:layout_marginRight="20dp" 194 android:layout_marginRight="20dp"
  195 + android:layout_marginBottom="30dp"
195 android:background="@drawable/shape_xiaojia_btn_gray" 196 android:background="@drawable/shape_xiaojia_btn_gray"
  197 + android:tag="0"
196 android:text="生成二维码海报" 198 android:text="生成二维码海报"
197 android:textColor="@color/white" 199 android:textColor="@color/white"
198 android:textSize="16sp" 200 android:textSize="16sp"
199 - android:tag="0"  
200 android:textStyle="bold" /> 201 android:textStyle="bold" />
201 </LinearLayout> 202 </LinearLayout>
202 </LinearLayout> 203 </LinearLayout>