Commit 2008cb675a147751b849e32f879759cbf791045a
1 parent
a80ebefa
1 根据产品需求修改UI及逻辑
Showing
2 changed files
with
3 additions
and
2 deletions
config.gradle
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> |