Commit 551a11fd2cc67b37fd31d3d073cf0af2eedb6e1c

Authored by YangShuai
1 parent 792f7c93

1 修复小家音箱BUG

module_xiaojiaSoundBox/src/main/res/layout/fragment_set_friend_role.xml
... ... @@ -24,7 +24,8 @@
24 24 <FrameLayout
25 25 android:id="@+id/fl_tip_view"
26 26 android:layout_width="match_parent"
27   - android:layout_height="45dp"
  27 + android:layout_height="wrap_content"
  28 + android:minHeight="45dp"
28 29 android:background="@color/color_F7B054">
29 30  
30 31 <TextView
... ...
module_xiaojiaSoundBox/src/main/res/layout/fragment_user_manager.xml
... ... @@ -15,7 +15,8 @@
15 15 <FrameLayout
16 16 android:id="@+id/fl_close_view"
17 17 android:layout_width="match_parent"
18   - android:layout_height="45dp"
  18 + android:layout_height="wrap_content"
  19 + android:minHeight="45dp"
19 20 android:background="@color/color_F7B054">
20 21  
21 22 <TextView
... ...