Commit 62d89f89ed281648cc97e00a81cb5aee61c4fa8e
1 parent
ec0cd718
1 优化提示框布局
Showing
3 changed files
with
3 additions
and
3 deletions
config.gradle
module_xiaojiaSoundBox/src/main/res/layout/fragment_set_friend_role.xml
| ... | ... | @@ -40,7 +40,7 @@ |
| 40 | 40 | android:id="@+id/ll_close_tip" |
| 41 | 41 | android:layout_width="wrap_content" |
| 42 | 42 | android:layout_height="match_parent" |
| 43 | - android:layout_gravity="right" | |
| 43 | + android:layout_gravity="right|center_vertical" | |
| 44 | 44 | android:clickable="true" |
| 45 | 45 | android:gravity="center" |
| 46 | 46 | android:paddingRight="10dp"> | ... | ... |
module_xiaojiaSoundBox/src/main/res/layout/fragment_user_manager.xml
| ... | ... | @@ -31,7 +31,7 @@ |
| 31 | 31 | android:id="@+id/ll_close_tip" |
| 32 | 32 | android:layout_width="wrap_content" |
| 33 | 33 | android:layout_height="match_parent" |
| 34 | - android:layout_gravity="right" | |
| 34 | + android:layout_gravity="right|center_vertical" | |
| 35 | 35 | android:clickable="true" |
| 36 | 36 | android:gravity="center" |
| 37 | 37 | android:paddingRight="10dp"> | ... | ... |