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,7 +40,7 @@ | ||
| 40 | android:id="@+id/ll_close_tip" | 40 | android:id="@+id/ll_close_tip" |
| 41 | android:layout_width="wrap_content" | 41 | android:layout_width="wrap_content" |
| 42 | android:layout_height="match_parent" | 42 | android:layout_height="match_parent" |
| 43 | - android:layout_gravity="right" | 43 | + android:layout_gravity="right|center_vertical" |
| 44 | android:clickable="true" | 44 | android:clickable="true" |
| 45 | android:gravity="center" | 45 | android:gravity="center" |
| 46 | android:paddingRight="10dp"> | 46 | android:paddingRight="10dp"> |
module_xiaojiaSoundBox/src/main/res/layout/fragment_user_manager.xml
| @@ -31,7 +31,7 @@ | @@ -31,7 +31,7 @@ | ||
| 31 | android:id="@+id/ll_close_tip" | 31 | android:id="@+id/ll_close_tip" |
| 32 | android:layout_width="wrap_content" | 32 | android:layout_width="wrap_content" |
| 33 | android:layout_height="match_parent" | 33 | android:layout_height="match_parent" |
| 34 | - android:layout_gravity="right" | 34 | + android:layout_gravity="right|center_vertical" |
| 35 | android:clickable="true" | 35 | android:clickable="true" |
| 36 | android:gravity="center" | 36 | android:gravity="center" |
| 37 | android:paddingRight="10dp"> | 37 | android:paddingRight="10dp"> |