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 | 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> | ... | ... |