Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -8,8 +8,8 @@ | ... | @@ -8,8 +8,8 @@ |
| 8 | android:layout_marginStart="10dp"> | 8 | android:layout_marginStart="10dp"> |
| 9 | 9 | ||
| 10 | <androidx.constraintlayout.widget.ConstraintLayout | 10 | <androidx.constraintlayout.widget.ConstraintLayout |
| 11 | - android:layout_width="360dp" | 11 | + android:layout_width="match_parent" |
| 12 | - android:layout_height="240dp"> | 12 | + android:layout_height="match_parent"> |
| 13 | 13 | ||
| 14 | <androidx.constraintlayout.widget.Guideline | 14 | <androidx.constraintlayout.widget.Guideline |
| 15 | android:id="@+id/gl_horizontal_75_guideline" | 15 | android:id="@+id/gl_horizontal_75_guideline" | ... | ... |
-
Please register or login to post a comment