|
5 | 5 |
|
6 | 6 | <androidx.constraintlayout.widget.ConstraintLayout |
7 | 7 | android:layout_width="match_parent" |
8 | | - android:layout_height="wrap_content" |
| 8 | + android:layout_height="match_parent" |
9 | 9 | android:orientation="vertical" |
10 | 10 | android:theme="@style/FormViewTheme"> |
11 | 11 |
|
|
15 | 15 | style="?titleStyle" |
16 | 16 | android:layout_width="wrap_content" |
17 | 17 | android:layout_height="wrap_content" |
18 | | - android:layout_marginTop="16dp" |
| 18 | + android:layout_marginStart="8dp" |
| 19 | + android:layout_marginLeft="8dp" |
| 20 | + android:layout_marginTop="8dp" |
19 | 21 | android:text="ahmed" |
| 22 | + app:layout_constraintBottom_toTopOf="@+id/formContainer" |
20 | 23 | app:layout_constraintStart_toStartOf="parent" |
21 | | - app:layout_constraintTop_toTopOf="parent" /> |
| 24 | + app:layout_constraintTop_toTopOf="parent" |
| 25 | + app:layout_constraintVertical_bias="0.0" |
| 26 | + app:layout_constraintVertical_chainStyle="packed" /> |
22 | 27 |
|
23 | 28 | <LinearLayout |
24 | 29 | android:id="@+id/formContainer" |
25 | | - android:layout_width="0dp" |
26 | | - android:layout_height="match_parent" |
| 30 | + android:layout_width="411dp" |
| 31 | + android:layout_height="0dp" |
| 32 | + android:layout_marginTop="8dp" |
27 | 33 | android:clipToPadding="false" |
28 | 34 | android:orientation="vertical" |
29 | 35 | app:layout_constraintBottom_toBottomOf="parent" |
30 | | - app:layout_constraintEnd_toEndOf="parent" |
31 | 36 | app:layout_constraintStart_toStartOf="parent" |
32 | | - app:layout_constraintTop_toBottomOf="@+id/formTitle" |
33 | | - app:layout_constraintVertical_bias="0.6"></LinearLayout> |
| 37 | + app:layout_constraintTop_toBottomOf="@+id/formTitle"></LinearLayout> |
34 | 38 |
|
35 | 39 | <ProgressBar |
36 | 40 | android:id="@+id/progressBar" |
|
0 commit comments