Commit 28a3aa8edc845564c82168c82d851b2b26029fe8
1 parent
615abc0511
Exists in
master
布局调整
Showing
1 changed file
with
8 additions
and
1 deletions
Show diff stats
app/src/main/res/layout/activity_homework_feedback.xml
| ... | ... | @@ -143,7 +143,13 @@ |
| 143 | 143 | android:textColor="#333" |
| 144 | 144 | android:layout_width="wrap_content" |
| 145 | 145 | android:layout_height="wrap_content"/> |
| 146 | - <Space style="@style/empty_space"/> | |
| 146 | + </LinearLayout> | |
| 147 | + <LinearLayout | |
| 148 | + android:orientation="horizontal" | |
| 149 | + android:layout_marginHorizontal="15dp" | |
| 150 | + android:layout_marginTop="15dp" | |
| 151 | + android:layout_width="match_parent" | |
| 152 | + android:layout_height="wrap_content"> | |
| 147 | 153 | <TextView |
| 148 | 154 | android:text="答题结果" |
| 149 | 155 | android:textSize="14sp" |
| ... | ... | @@ -182,6 +188,7 @@ |
| 182 | 188 | android:background="@drawable/shape_radius_10" |
| 183 | 189 | android:backgroundTint="@color/white" |
| 184 | 190 | android:layout_marginTop="15dp" |
| 191 | + android:paddingBottom="16dp" | |
| 185 | 192 | android:layout_width="match_parent" |
| 186 | 193 | android:layout_height="wrap_content"> |
| 187 | 194 | <androidx.appcompat.widget.AppCompatTextView | ... | ... |