Commit a809e3e57161c79ebba2a09afadf073c3630aee4
1 parent
926c5e84b3
Exists in
master
dialog布局调整
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/src/main/res/layout/dialog_add_homework.xml
... | ... | @@ -9,9 +9,9 @@ |
9 | 9 | <LinearLayout |
10 | 10 | android:orientation="vertical" |
11 | 11 | android:background="@drawable/shape_radius_top_10" |
12 | - android:layout_marginTop="80dp" | |
12 | + android:layout_gravity="bottom" | |
13 | 13 | android:layout_width="match_parent" |
14 | - android:layout_height="match_parent"> | |
14 | + android:layout_height="wrap_content"> | |
15 | 15 | |
16 | 16 | <FrameLayout |
17 | 17 | android:layout_marginTop="8dp" | ... | ... |