Commit 2008cb675a147751b849e32f879759cbf791045a

Authored by YangShuai
1 parent a80ebefa

1 根据产品需求修改UI及逻辑

config.gradle
... ... @@ -21,7 +21,7 @@ ext {
21 21 //编译方式
22 22 debug : false,
23 23 //版本号
24   - version: "0.2.29",
  24 + version: "0.2.30",
25 25 //Lib库前缀
26 26 packeg : "com.cnlive.module",
27 27 //Lib库名称
... ...
module_xiaojiaSoundBox/src/main/res/layout/fragment_invit_friend.xml
... ... @@ -192,11 +192,12 @@
192 192 android:layout_marginLeft="20dp"
193 193 android:layout_marginTop="30dp"
194 194 android:layout_marginRight="20dp"
  195 + android:layout_marginBottom="30dp"
195 196 android:background="@drawable/shape_xiaojia_btn_gray"
  197 + android:tag="0"
196 198 android:text="生成二维码海报"
197 199 android:textColor="@color/white"
198 200 android:textSize="16sp"
199   - android:tag="0"
200 201 android:textStyle="bold" />
201 202 </LinearLayout>
202 203 </LinearLayout>
... ...