diff options
Diffstat (limited to 'app/src/main/res/layout/activity_main.xml')
| -rw-r--r-- | app/src/main/res/layout/activity_main.xml | 30 |
1 files changed, 4 insertions, 26 deletions
diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index f3a3014..993e933 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -9,12 +9,13 @@ tools:context=".MainActivity"> <LinearLayout - android:layout_width="match_parent" + android:layout_width="0dp" android:layout_height="match_parent" android:orientation="vertical" + app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" - app:layout_constraintTop_toTopOf="parent" > + app:layout_constraintTop_toTopOf="parent"> <TextView android:id="@+id/haederCell" @@ -25,7 +26,7 @@ <ScrollView android:layout_width="match_parent" - android:layout_height="400dp"> + android:layout_height="wrap_content"> <LinearLayout android:id="@+id/cellsList" @@ -34,29 +35,6 @@ android:orientation="vertical" /> </ScrollView> - <View - android:id="@+id/divider" - android:layout_width="match_parent" - android:layout_height="1dp" - android:background="?android:attr/listDivider" /> - - <TextView - android:id="@+id/headerStatus" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:text="Status" - android:textSize="20sp" /> - - <ScrollView - android:layout_width="match_parent" - android:layout_height="match_parent"> - - <LinearLayout - android:id="@+id/statusView" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:orientation="vertical"/> - </ScrollView> </LinearLayout> </androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file |
