From 9a22d9b737b0f405290d3434edbbf91179a0af27 Mon Sep 17 00:00:00 2001 From: Seil0 Date: Wed, 26 Jun 2019 14:11:32 +0200 Subject: [PATCH] use a ScrollView for the settings fragment --- README.md | 2 +- app/src/main/res/layout/fragment_settings.xml | 449 +++++++++--------- 2 files changed, 226 insertions(+), 225 deletions(-) diff --git a/README.md b/README.md index 37a979c..81ec1fb 100644 --- a/README.md +++ b/README.md @@ -18,4 +18,4 @@ ProjectLaogai is a app to access the timetable and the mensa menu of Hochschule [](https://github.com/Seil0/Seil0.github.io/blob/master/images/Project_Laogai/ProjectLaogai_Settings.png) [](https://github.com/Seil0/Seil0.github.io/blob/master/images/Project_Laogai/ProjectLaogai_NavDrawer.png) -ProjectLaogai © 2019 mosad [www.mosad.xyz](http://www.mosad.xyz), Project by [@Seil0](https://git.mosad.xyz/Seil0) \ No newline at end of file +ProjectLaogai © 2019 [@Seil0](https://git.mosad.xyz/Seil0), a mosad [mosad](http://www.mosad.xyz) Project diff --git a/app/src/main/res/layout/fragment_settings.xml b/app/src/main/res/layout/fragment_settings.xml index 4d5eefc..c33c639 100644 --- a/app/src/main/res/layout/fragment_settings.xml +++ b/app/src/main/res/layout/fragment_settings.xml @@ -11,272 +11,273 @@ android:layout_width="match_parent" android:layout_height="match_parent"> - - + - - - - - - - - - - - - - - - - - - - - - - - - - + - + android:layout_marginTop="9dp" + android:id="@+id/cardView_Info" + app:cardElevation="5dp" + app:cardUseCompatPadding="true" + app:cardBackgroundColor="?themeSecondary"> + android:layout_height="wrap_content"> - - - - + android:layout_height="wrap_content" + android:id="@+id/txtView_Info" + android:typeface="sans" + android:textSize="18sp" + android:textStyle="bold" + android:fontFamily="sans-serif" + android:layout_margin="7dp" + android:textColor="?colorAccent"/> + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:padding="7dp" + android:id="@+id/linLayout_User"> + android:id="@+id/txtView_UserDesc"/> + - - - - - - + android:id="@+id/linLayout_Course"> + android:textStyle="bold"/> + android:id="@+id/txtView_CourseDesc"/> + - + android:id="@+id/linLayout_About"> + + + + + + - - + + + - - - + android:id="@+id/linLayout_Settings" + > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file