We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbf06ec commit 4597c6bCopy full SHA for 4597c6b
app/src/main/res/layout/activity_main.xml
@@ -7,11 +7,17 @@
7
tools:context=".MainActivity">
8
9
<LinearLayout
10
- android:layout_width="411dp"
11
- android:layout_height="731dp"
+ android:layout_width="0dp"
+ android:layout_height="0dp"
12
+ android:layout_marginStart="8dp"
13
+ android:layout_marginTop="32dp"
14
+ android:layout_marginEnd="8dp"
15
+ android:layout_marginBottom="8dp"
16
android:orientation="vertical"
- app:layout_constraintTop_toTopOf="parent"
- tools:layout_editor_absoluteX="1dp">
17
+ app:layout_constraintBottom_toBottomOf="parent"
18
+ app:layout_constraintEnd_toEndOf="parent"
19
+ app:layout_constraintStart_toStartOf="parent"
20
+ app:layout_constraintTop_toTopOf="parent">
21
22
<Button
23
android:id="@+id/login"
0 commit comments