Skip to content

Commit

Permalink
design - redesign admin area
Browse files Browse the repository at this point in the history
  • Loading branch information
Zer0-AT committed Sep 15, 2019
1 parent ee40ae4 commit e92e6de
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/src/main/res/layout/fragment_admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@

<ScrollView
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1.5">
android:layout_height="wrap_content">

<androidx.gridlayout.widget.GridLayout
android:layout_width="match_parent"
Expand Down Expand Up @@ -101,8 +100,7 @@

<LinearLayout
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1.0"
android:layout_height="wrap_content"
android:gravity="center"
android:orientation="horizontal"
android:weightSum="3">
Expand All @@ -117,11 +115,13 @@

<Button
android:id="@+id/btn_show"
style="@style/Widget.MaterialComponents.Button"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:padding="10dp"
android:text="Suchen" />
android:text="Suchen"
android:textSize="15sp" />

</LinearLayout>

Expand All @@ -133,7 +133,7 @@
<ScrollView
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="7.5"
android:layout_weight="9"
android:fillViewport="true">


Expand Down

0 comments on commit e92e6de

Please sign in to comment.