release 0.5.0 #35
@ -18,4 +18,4 @@ ProjectLaogai is a app to access the timetable and the mensa menu of Hochschule
 | 
				
			|||||||
[<img src="https://raw.githubusercontent.com/Seil0/Seil0.github.io/master/images/Project_Laogai/ProjectLaogai_Settings.png" width=180>](https://github.com/Seil0/Seil0.github.io/blob/master/images/Project_Laogai/ProjectLaogai_Settings.png)
 | 
					[<img src="https://raw.githubusercontent.com/Seil0/Seil0.github.io/master/images/Project_Laogai/ProjectLaogai_Settings.png" width=180>](https://github.com/Seil0/Seil0.github.io/blob/master/images/Project_Laogai/ProjectLaogai_Settings.png)
 | 
				
			||||||
[<img src="https://raw.githubusercontent.com/Seil0/Seil0.github.io/master/images/Project_Laogai/ProjectLaogai_NavDrawer.png" width=180>](https://github.com/Seil0/Seil0.github.io/blob/master/images/Project_Laogai/ProjectLaogai_NavDrawer.png)
 | 
					[<img src="https://raw.githubusercontent.com/Seil0/Seil0.github.io/master/images/Project_Laogai/ProjectLaogai_NavDrawer.png" width=180>](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)
 | 
					ProjectLaogai © 2019 [@Seil0](https://git.mosad.xyz/Seil0), a mosad [mosad](http://www.mosad.xyz) Project
 | 
				
			||||||
 | 
				
			|||||||
@ -11,272 +11,273 @@
 | 
				
			|||||||
            android:layout_width="match_parent"
 | 
					            android:layout_width="match_parent"
 | 
				
			||||||
            android:layout_height="match_parent">
 | 
					            android:layout_height="match_parent">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <LinearLayout
 | 
					        <ScrollView
 | 
				
			||||||
                android:orientation="vertical"
 | 
					 | 
				
			||||||
                android:layout_width="match_parent"
 | 
					                android:layout_width="match_parent"
 | 
				
			||||||
                android:layout_height="match_parent"
 | 
					                android:layout_height="match_parent">
 | 
				
			||||||
                app:layout_constraintTop_toTopOf="parent"
 | 
					            <LinearLayout
 | 
				
			||||||
                app:layout_constraintStart_toStartOf="parent"
 | 
					                    android:orientation="vertical"
 | 
				
			||||||
                app:layout_constraintEnd_toEndOf="parent"
 | 
					 | 
				
			||||||
        >
 | 
					 | 
				
			||||||
            <androidx.cardview.widget.CardView
 | 
					 | 
				
			||||||
                    android:layout_width="match_parent"
 | 
					                    android:layout_width="match_parent"
 | 
				
			||||||
                    android:layout_height="wrap_content"
 | 
					                    android:layout_height="wrap_content"
 | 
				
			||||||
                    android:layout_marginTop="9dp"
 | 
					            >
 | 
				
			||||||
                    android:id="@+id/cardView_Info"
 | 
					                <androidx.cardview.widget.CardView
 | 
				
			||||||
                    app:cardElevation="5dp"
 | 
					 | 
				
			||||||
                    app:cardUseCompatPadding="true"
 | 
					 | 
				
			||||||
                    app:cardBackgroundColor="?themeSecondary">
 | 
					 | 
				
			||||||
                <LinearLayout
 | 
					 | 
				
			||||||
                        android:orientation="vertical"
 | 
					 | 
				
			||||||
                        android:layout_width="match_parent"
 | 
					 | 
				
			||||||
                        android:layout_height="wrap_content">
 | 
					 | 
				
			||||||
                    <TextView
 | 
					 | 
				
			||||||
                            android:text="@string/info"
 | 
					 | 
				
			||||||
                            android:layout_width="match_parent"
 | 
					 | 
				
			||||||
                            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"/>
 | 
					 | 
				
			||||||
                    <LinearLayout
 | 
					 | 
				
			||||||
                            android:orientation="vertical"
 | 
					 | 
				
			||||||
                            android:layout_width="match_parent"
 | 
					 | 
				
			||||||
                            android:layout_height="wrap_content"
 | 
					 | 
				
			||||||
                            android:padding="7dp"
 | 
					 | 
				
			||||||
                            android:id="@+id/linLayout_User">
 | 
					 | 
				
			||||||
                        <TextView
 | 
					 | 
				
			||||||
                                android:text="@string/sample_user"
 | 
					 | 
				
			||||||
                                android:layout_width="match_parent"
 | 
					 | 
				
			||||||
                                android:layout_height="wrap_content"
 | 
					 | 
				
			||||||
                                android:id="@+id/txtView_User"
 | 
					 | 
				
			||||||
                                android:textSize="16sp"
 | 
					 | 
				
			||||||
                                android:textStyle="bold"
 | 
					 | 
				
			||||||
                        />
 | 
					 | 
				
			||||||
                        <TextView
 | 
					 | 
				
			||||||
                                android:text="@string/user"
 | 
					 | 
				
			||||||
                                android:layout_width="match_parent"
 | 
					 | 
				
			||||||
                                android:layout_height="wrap_content"
 | 
					 | 
				
			||||||
                                android:id="@+id/txtView_UserDesc"/>
 | 
					 | 
				
			||||||
                    </LinearLayout>
 | 
					 | 
				
			||||||
                    <View
 | 
					 | 
				
			||||||
                            android:id="@+id/divider2"
 | 
					 | 
				
			||||||
                            android:layout_width="match_parent"
 | 
					 | 
				
			||||||
                            android:layout_height="1dp"
 | 
					 | 
				
			||||||
                            android:background="?dividerColor"
 | 
					 | 
				
			||||||
                    />
 | 
					 | 
				
			||||||
                    <LinearLayout
 | 
					 | 
				
			||||||
                            android:orientation="vertical"
 | 
					 | 
				
			||||||
                            android:layout_width="match_parent"
 | 
					 | 
				
			||||||
                            android:layout_height="wrap_content"
 | 
					 | 
				
			||||||
                            android:layout_margin="7dp"
 | 
					 | 
				
			||||||
                            android:id="@+id/linLayout_Course">
 | 
					 | 
				
			||||||
                        <TextView
 | 
					 | 
				
			||||||
                                android:text="@string/sample_course"
 | 
					 | 
				
			||||||
                                android:layout_width="match_parent"
 | 
					 | 
				
			||||||
                                android:layout_height="wrap_content"
 | 
					 | 
				
			||||||
                                android:id="@+id/txtView_Course"
 | 
					 | 
				
			||||||
                                android:textSize="16sp"
 | 
					 | 
				
			||||||
                                android:textStyle="bold"/>
 | 
					 | 
				
			||||||
                        <TextView
 | 
					 | 
				
			||||||
                                android:text="@string/course_desc"
 | 
					 | 
				
			||||||
                                android:layout_width="match_parent"
 | 
					 | 
				
			||||||
                                android:layout_height="wrap_content"
 | 
					 | 
				
			||||||
                                android:id="@+id/txtView_CourseDesc"/>
 | 
					 | 
				
			||||||
                    </LinearLayout>
 | 
					 | 
				
			||||||
                    <View
 | 
					 | 
				
			||||||
                            android:id="@+id/divider"
 | 
					 | 
				
			||||||
                            android:layout_width="match_parent"
 | 
					 | 
				
			||||||
                            android:layout_height="1dp"
 | 
					 | 
				
			||||||
                            android:background="?dividerColor"
 | 
					 | 
				
			||||||
                    />
 | 
					 | 
				
			||||||
                    <LinearLayout
 | 
					 | 
				
			||||||
                            android:orientation="vertical"
 | 
					 | 
				
			||||||
                            android:layout_width="match_parent"
 | 
					 | 
				
			||||||
                            android:layout_height="match_parent"
 | 
					 | 
				
			||||||
                            android:layout_margin="7dp"
 | 
					 | 
				
			||||||
                            android:id="@+id/linLayout_About">
 | 
					 | 
				
			||||||
                        <TextView
 | 
					 | 
				
			||||||
                                android:text="@string/about_txtView"
 | 
					 | 
				
			||||||
                                android:layout_width="match_parent"
 | 
					 | 
				
			||||||
                                android:layout_height="wrap_content"
 | 
					 | 
				
			||||||
                                android:id="@+id/txtView_About"
 | 
					 | 
				
			||||||
                                android:textStyle="bold"
 | 
					 | 
				
			||||||
                                android:textSize="16sp"
 | 
					 | 
				
			||||||
                        />
 | 
					 | 
				
			||||||
                        <TextView
 | 
					 | 
				
			||||||
                                android:text="@string/about_version"
 | 
					 | 
				
			||||||
                                android:layout_width="match_parent"
 | 
					 | 
				
			||||||
                                android:layout_height="wrap_content"
 | 
					 | 
				
			||||||
                                android:id="@+id/txtView_AboutDesc"/>
 | 
					 | 
				
			||||||
                    </LinearLayout>
 | 
					 | 
				
			||||||
                    <View
 | 
					 | 
				
			||||||
                            android:id="@+id/divider6"
 | 
					 | 
				
			||||||
                            android:layout_width="match_parent"
 | 
					 | 
				
			||||||
                            android:layout_height="1dp"
 | 
					 | 
				
			||||||
                            android:background="?dividerColor"
 | 
					 | 
				
			||||||
                    />
 | 
					 | 
				
			||||||
                    <LinearLayout
 | 
					 | 
				
			||||||
                            android:orientation="vertical"
 | 
					 | 
				
			||||||
                            android:layout_width="match_parent"
 | 
					 | 
				
			||||||
                            android:layout_height="match_parent" android:id="@+id/linLayout_Licence"
 | 
					 | 
				
			||||||
                            android:layout_margin="7dp">
 | 
					 | 
				
			||||||
                        <TextView
 | 
					 | 
				
			||||||
                                android:text="@string/licenses"
 | 
					 | 
				
			||||||
                                android:layout_width="match_parent"
 | 
					 | 
				
			||||||
                                android:layout_height="wrap_content" android:id="@+id/textView3"
 | 
					 | 
				
			||||||
                                android:textStyle="bold" android:textSize="16sp"/>
 | 
					 | 
				
			||||||
                    </LinearLayout>
 | 
					 | 
				
			||||||
                </LinearLayout>
 | 
					 | 
				
			||||||
            </androidx.cardview.widget.CardView>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
            <androidx.cardview.widget.CardView
 | 
					 | 
				
			||||||
                    android:layout_width="match_parent"
 | 
					 | 
				
			||||||
                    android:layout_height="wrap_content"
 | 
					 | 
				
			||||||
                    android:id="@+id/cardView_Settings"
 | 
					 | 
				
			||||||
                    app:cardElevation="5dp"
 | 
					 | 
				
			||||||
                    app:cardUseCompatPadding="true"
 | 
					 | 
				
			||||||
                    app:cardBackgroundColor="?themeSecondary">
 | 
					 | 
				
			||||||
                <LinearLayout
 | 
					 | 
				
			||||||
                        android:orientation="vertical"
 | 
					 | 
				
			||||||
                        android:layout_width="match_parent"
 | 
					                        android:layout_width="match_parent"
 | 
				
			||||||
                        android:layout_height="wrap_content"
 | 
					                        android:layout_height="wrap_content"
 | 
				
			||||||
                        android:id="@+id/linLayout_Settings"
 | 
					                        android:layout_marginTop="9dp"
 | 
				
			||||||
                >
 | 
					                        android:id="@+id/cardView_Info"
 | 
				
			||||||
                    <TextView
 | 
					                        app:cardElevation="5dp"
 | 
				
			||||||
                            android:text="@string/settings"
 | 
					                        app:cardUseCompatPadding="true"
 | 
				
			||||||
                            android:layout_width="match_parent"
 | 
					                        app:cardBackgroundColor="?themeSecondary">
 | 
				
			||||||
                            android:layout_height="wrap_content"
 | 
					 | 
				
			||||||
                            android:id="@+id/txtView_Settings"
 | 
					 | 
				
			||||||
                            android:typeface="sans"
 | 
					 | 
				
			||||||
                            android:textSize="18sp"
 | 
					 | 
				
			||||||
                            android:textColor="?colorAccent"
 | 
					 | 
				
			||||||
                            android:textStyle="bold"
 | 
					 | 
				
			||||||
                            android:paddingTop="3dp" android:layout_margin="7dp"/>
 | 
					 | 
				
			||||||
                    <LinearLayout
 | 
					                    <LinearLayout
 | 
				
			||||||
                            android:orientation="vertical"
 | 
					                            android:orientation="vertical"
 | 
				
			||||||
                            android:layout_width="match_parent"
 | 
					                            android:layout_width="match_parent"
 | 
				
			||||||
                            android:layout_height="match_parent" android:id="@+id/linLayout_Theme"
 | 
					                            android:layout_height="wrap_content">
 | 
				
			||||||
                            android:layout_margin="7dp">
 | 
					 | 
				
			||||||
                        <TextView
 | 
					                        <TextView
 | 
				
			||||||
                                android:text="@string/theme"
 | 
					                                android:text="@string/info"
 | 
				
			||||||
                                android:layout_width="match_parent"
 | 
					                                android:layout_width="match_parent"
 | 
				
			||||||
                                android:layout_height="wrap_content" android:id="@+id/txtView_Theme"
 | 
					                                android:layout_height="wrap_content"
 | 
				
			||||||
                                android:textSize="16sp" android:textStyle="bold"/>
 | 
					                                android:id="@+id/txtView_Info"
 | 
				
			||||||
                        <TextView
 | 
					                                android:typeface="sans"
 | 
				
			||||||
                                android:text="@string/themeLight"
 | 
					                                android:textSize="18sp"
 | 
				
			||||||
                                android:layout_width="match_parent"
 | 
					                                android:textStyle="bold"
 | 
				
			||||||
                                android:layout_height="wrap_content" android:id="@+id/txtView_SelectedTheme"/>
 | 
					                                android:fontFamily="sans-serif"
 | 
				
			||||||
                    </LinearLayout>
 | 
					                                android:layout_margin="7dp"
 | 
				
			||||||
                    <View
 | 
					                                android:textColor="?colorAccent"/>
 | 
				
			||||||
                            android:id="@+id/divider3"
 | 
					 | 
				
			||||||
                            android:layout_width="match_parent"
 | 
					 | 
				
			||||||
                            android:layout_height="1dp"
 | 
					 | 
				
			||||||
                            android:background="?dividerColor"
 | 
					 | 
				
			||||||
                    />
 | 
					 | 
				
			||||||
                    <LinearLayout
 | 
					 | 
				
			||||||
                            android:orientation="horizontal"
 | 
					 | 
				
			||||||
                            android:layout_width="match_parent"
 | 
					 | 
				
			||||||
                            android:layout_height="wrap_content"
 | 
					 | 
				
			||||||
                            android:gravity="center_vertical|end"
 | 
					 | 
				
			||||||
                            android:clickable="true"
 | 
					 | 
				
			||||||
                            android:id="@+id/linLayout_PrimaryColor"
 | 
					 | 
				
			||||||
                            android:focusable="true" android:layout_margin="7dp">
 | 
					 | 
				
			||||||
                        <LinearLayout
 | 
					                        <LinearLayout
 | 
				
			||||||
                                android:orientation="vertical"
 | 
					                                android:orientation="vertical"
 | 
				
			||||||
                                android:layout_width="wrap_content"
 | 
					                                android:layout_width="match_parent"
 | 
				
			||||||
                                android:layout_height="wrap_content">
 | 
					                                android:layout_height="wrap_content"
 | 
				
			||||||
 | 
					                                android:padding="7dp"
 | 
				
			||||||
 | 
					                                android:id="@+id/linLayout_User">
 | 
				
			||||||
                            <TextView
 | 
					                            <TextView
 | 
				
			||||||
                                    android:text="@string/primary_color"
 | 
					                                    android:text="@string/sample_user"
 | 
				
			||||||
                                    android:layout_width="match_parent"
 | 
					                                    android:layout_width="match_parent"
 | 
				
			||||||
                                    android:layout_height="wrap_content"
 | 
					                                    android:layout_height="wrap_content"
 | 
				
			||||||
                                    android:id="@+id/txtView_PrimaryColor"
 | 
					                                    android:id="@+id/txtView_User"
 | 
				
			||||||
                                    android:textSize="16sp"
 | 
					                                    android:textSize="16sp"
 | 
				
			||||||
                                    android:textStyle="bold"
 | 
					                                    android:textStyle="bold"
 | 
				
			||||||
                            />
 | 
					                            />
 | 
				
			||||||
                            <TextView
 | 
					                            <TextView
 | 
				
			||||||
                                    android:text="@string/primary_color_desc"
 | 
					                                    android:text="@string/user"
 | 
				
			||||||
                                    android:layout_width="match_parent"
 | 
					                                    android:layout_width="match_parent"
 | 
				
			||||||
                                    android:layout_height="wrap_content"
 | 
					                                    android:layout_height="wrap_content"
 | 
				
			||||||
                                    android:id="@+id/txtView_PrimaryColorDesc"/>
 | 
					                                    android:id="@+id/txtView_UserDesc"/>
 | 
				
			||||||
                        </LinearLayout>
 | 
					                        </LinearLayout>
 | 
				
			||||||
 | 
					                        <View
 | 
				
			||||||
 | 
					                                android:id="@+id/divider2"
 | 
				
			||||||
 | 
					                                android:layout_width="match_parent"
 | 
				
			||||||
 | 
					                                android:layout_height="1dp"
 | 
				
			||||||
 | 
					                                android:background="?dividerColor"
 | 
				
			||||||
 | 
					                        />
 | 
				
			||||||
                        <LinearLayout
 | 
					                        <LinearLayout
 | 
				
			||||||
                                android:orientation="vertical"
 | 
					                                android:orientation="vertical"
 | 
				
			||||||
                                android:layout_width="match_parent"
 | 
					                                android:layout_width="match_parent"
 | 
				
			||||||
                                android:layout_height="wrap_content"
 | 
					                                android:layout_height="wrap_content"
 | 
				
			||||||
                                android:layout_margin="7dp"
 | 
					                                android:layout_margin="7dp"
 | 
				
			||||||
                                android:gravity="end">
 | 
					                                android:id="@+id/linLayout_Course">
 | 
				
			||||||
                            <View
 | 
					 | 
				
			||||||
                                    android:layout_width="40dp"
 | 
					 | 
				
			||||||
                                    android:layout_height="40dp"
 | 
					 | 
				
			||||||
                                    android:id="@+id/view_PrimaryColor"
 | 
					 | 
				
			||||||
                                    android:background="?colorPrimary"/>
 | 
					 | 
				
			||||||
                        </LinearLayout>
 | 
					 | 
				
			||||||
                    </LinearLayout>
 | 
					 | 
				
			||||||
                    <View
 | 
					 | 
				
			||||||
                            android:id="@+id/divider4"
 | 
					 | 
				
			||||||
                            android:layout_width="match_parent"
 | 
					 | 
				
			||||||
                            android:layout_height="1dp"
 | 
					 | 
				
			||||||
                            android:background="?dividerColor"
 | 
					 | 
				
			||||||
                    />
 | 
					 | 
				
			||||||
                    <LinearLayout
 | 
					 | 
				
			||||||
                            android:orientation="horizontal"
 | 
					 | 
				
			||||||
                            android:layout_width="match_parent"
 | 
					 | 
				
			||||||
                            android:layout_height="wrap_content"
 | 
					 | 
				
			||||||
                            android:gravity="center_vertical|end"
 | 
					 | 
				
			||||||
                            android:clickable="true"
 | 
					 | 
				
			||||||
                            android:id="@+id/linLayout_AccentColor"
 | 
					 | 
				
			||||||
                            android:focusable="true" android:layout_margin="7dp">
 | 
					 | 
				
			||||||
                        <LinearLayout
 | 
					 | 
				
			||||||
                                android:orientation="vertical"
 | 
					 | 
				
			||||||
                                android:layout_width="wrap_content"
 | 
					 | 
				
			||||||
                                android:layout_height="wrap_content">
 | 
					 | 
				
			||||||
                            <TextView
 | 
					                            <TextView
 | 
				
			||||||
                                    android:text="@string/accent_color"
 | 
					                                    android:text="@string/sample_course"
 | 
				
			||||||
                                    android:layout_width="match_parent"
 | 
					                                    android:layout_width="match_parent"
 | 
				
			||||||
                                    android:layout_height="wrap_content"
 | 
					                                    android:layout_height="wrap_content"
 | 
				
			||||||
                                    android:id="@+id/txtView_AccentColor"
 | 
					                                    android:id="@+id/txtView_Course"
 | 
				
			||||||
                                    android:textSize="16sp"
 | 
					                                    android:textSize="16sp"
 | 
				
			||||||
                                    android:textStyle="bold"
 | 
					                                    android:textStyle="bold"/>
 | 
				
			||||||
                            />
 | 
					 | 
				
			||||||
                            <TextView
 | 
					                            <TextView
 | 
				
			||||||
                                    android:text="@string/accent_color_desc"
 | 
					                                    android:text="@string/course_desc"
 | 
				
			||||||
                                    android:layout_width="match_parent"
 | 
					                                    android:layout_width="match_parent"
 | 
				
			||||||
                                    android:layout_height="wrap_content"
 | 
					                                    android:layout_height="wrap_content"
 | 
				
			||||||
                                    android:id="@+id/txtView_AccentColorDesc"/>
 | 
					                                    android:id="@+id/txtView_CourseDesc"/>
 | 
				
			||||||
                        </LinearLayout>
 | 
					                        </LinearLayout>
 | 
				
			||||||
 | 
					                        <View
 | 
				
			||||||
 | 
					                                android:id="@+id/divider"
 | 
				
			||||||
 | 
					                                android:layout_width="match_parent"
 | 
				
			||||||
 | 
					                                android:layout_height="1dp"
 | 
				
			||||||
 | 
					                                android:background="?dividerColor"
 | 
				
			||||||
 | 
					                        />
 | 
				
			||||||
                        <LinearLayout
 | 
					                        <LinearLayout
 | 
				
			||||||
                                android:orientation="vertical"
 | 
					                                android:orientation="vertical"
 | 
				
			||||||
                                android:layout_width="match_parent"
 | 
					                                android:layout_width="match_parent"
 | 
				
			||||||
                                android:layout_height="wrap_content"
 | 
					                                android:layout_height="match_parent"
 | 
				
			||||||
                                android:layout_margin="7dp"
 | 
					                                android:layout_margin="7dp"
 | 
				
			||||||
                                android:gravity="end">
 | 
					                                android:id="@+id/linLayout_About">
 | 
				
			||||||
                            <View
 | 
					                            <TextView
 | 
				
			||||||
                                    android:layout_width="40dp"
 | 
					                                    android:text="@string/about_txtView"
 | 
				
			||||||
                                    android:layout_height="40dp"
 | 
					                                    android:layout_width="match_parent"
 | 
				
			||||||
                                    android:id="@+id/view_AccentColor"
 | 
					                                    android:layout_height="wrap_content"
 | 
				
			||||||
                                    android:background="?colorAccent"/>
 | 
					                                    android:id="@+id/txtView_About"
 | 
				
			||||||
 | 
					                                    android:textStyle="bold"
 | 
				
			||||||
 | 
					                                    android:textSize="16sp"
 | 
				
			||||||
 | 
					                            />
 | 
				
			||||||
 | 
					                            <TextView
 | 
				
			||||||
 | 
					                                    android:text="@string/about_version"
 | 
				
			||||||
 | 
					                                    android:layout_width="match_parent"
 | 
				
			||||||
 | 
					                                    android:layout_height="wrap_content"
 | 
				
			||||||
 | 
					                                    android:id="@+id/txtView_AboutDesc"/>
 | 
				
			||||||
 | 
					                        </LinearLayout>
 | 
				
			||||||
 | 
					                        <View
 | 
				
			||||||
 | 
					                                android:id="@+id/divider6"
 | 
				
			||||||
 | 
					                                android:layout_width="match_parent"
 | 
				
			||||||
 | 
					                                android:layout_height="1dp"
 | 
				
			||||||
 | 
					                                android:background="?dividerColor"
 | 
				
			||||||
 | 
					                        />
 | 
				
			||||||
 | 
					                        <LinearLayout
 | 
				
			||||||
 | 
					                                android:orientation="vertical"
 | 
				
			||||||
 | 
					                                android:layout_width="match_parent"
 | 
				
			||||||
 | 
					                                android:layout_height="match_parent" android:id="@+id/linLayout_Licence"
 | 
				
			||||||
 | 
					                                android:layout_margin="7dp">
 | 
				
			||||||
 | 
					                            <TextView
 | 
				
			||||||
 | 
					                                    android:text="@string/licenses"
 | 
				
			||||||
 | 
					                                    android:layout_width="match_parent"
 | 
				
			||||||
 | 
					                                    android:layout_height="wrap_content" android:id="@+id/textView3"
 | 
				
			||||||
 | 
					                                    android:textStyle="bold" android:textSize="16sp"/>
 | 
				
			||||||
                        </LinearLayout>
 | 
					                        </LinearLayout>
 | 
				
			||||||
                    </LinearLayout>
 | 
					                    </LinearLayout>
 | 
				
			||||||
                    <View
 | 
					                </androidx.cardview.widget.CardView>
 | 
				
			||||||
                            android:id="@+id/divider5"
 | 
					
 | 
				
			||||||
                            android:layout_width="match_parent"
 | 
					                <androidx.cardview.widget.CardView
 | 
				
			||||||
                            android:layout_height="1dp"
 | 
					                        android:layout_width="match_parent"
 | 
				
			||||||
                            android:background="?android:attr/listDivider"
 | 
					                        android:layout_height="wrap_content"
 | 
				
			||||||
                    />
 | 
					                        android:id="@+id/cardView_Settings"
 | 
				
			||||||
                    <Switch
 | 
					                        app:cardElevation="5dp"
 | 
				
			||||||
 | 
					                        app:cardUseCompatPadding="true"
 | 
				
			||||||
 | 
					                        app:cardBackgroundColor="?themeSecondary">
 | 
				
			||||||
 | 
					                    <LinearLayout
 | 
				
			||||||
 | 
					                            android:orientation="vertical"
 | 
				
			||||||
                            android:layout_width="match_parent"
 | 
					                            android:layout_width="match_parent"
 | 
				
			||||||
                            android:layout_height="wrap_content"
 | 
					                            android:layout_height="wrap_content"
 | 
				
			||||||
                            android:id="@+id/switch_buffet"
 | 
					                            android:id="@+id/linLayout_Settings"
 | 
				
			||||||
                            android:textSize="16sp"
 | 
					                    >
 | 
				
			||||||
                            android:textStyle="bold"
 | 
					                        <TextView
 | 
				
			||||||
                            android:text="@string/show_buffet"
 | 
					                                android:text="@string/settings"
 | 
				
			||||||
                            android:layout_margin="7dp"/>
 | 
					                                android:layout_width="match_parent"
 | 
				
			||||||
                </LinearLayout>
 | 
					                                android:layout_height="wrap_content"
 | 
				
			||||||
            </androidx.cardview.widget.CardView>
 | 
					                                android:id="@+id/txtView_Settings"
 | 
				
			||||||
        </LinearLayout>
 | 
					                                android:typeface="sans"
 | 
				
			||||||
 | 
					                                android:textSize="18sp"
 | 
				
			||||||
 | 
					                                android:textColor="?colorAccent"
 | 
				
			||||||
 | 
					                                android:textStyle="bold"
 | 
				
			||||||
 | 
					                                android:paddingTop="3dp" android:layout_margin="7dp"/>
 | 
				
			||||||
 | 
					                        <LinearLayout
 | 
				
			||||||
 | 
					                                android:orientation="vertical"
 | 
				
			||||||
 | 
					                                android:layout_width="match_parent"
 | 
				
			||||||
 | 
					                                android:layout_height="match_parent" android:id="@+id/linLayout_Theme"
 | 
				
			||||||
 | 
					                                android:layout_margin="7dp">
 | 
				
			||||||
 | 
					                            <TextView
 | 
				
			||||||
 | 
					                                    android:text="@string/theme"
 | 
				
			||||||
 | 
					                                    android:layout_width="match_parent"
 | 
				
			||||||
 | 
					                                    android:layout_height="wrap_content" android:id="@+id/txtView_Theme"
 | 
				
			||||||
 | 
					                                    android:textSize="16sp" android:textStyle="bold"/>
 | 
				
			||||||
 | 
					                            <TextView
 | 
				
			||||||
 | 
					                                    android:text="@string/themeLight"
 | 
				
			||||||
 | 
					                                    android:layout_width="match_parent"
 | 
				
			||||||
 | 
					                                    android:layout_height="wrap_content" android:id="@+id/txtView_SelectedTheme"/>
 | 
				
			||||||
 | 
					                        </LinearLayout>
 | 
				
			||||||
 | 
					                        <View
 | 
				
			||||||
 | 
					                                android:id="@+id/divider3"
 | 
				
			||||||
 | 
					                                android:layout_width="match_parent"
 | 
				
			||||||
 | 
					                                android:layout_height="1dp"
 | 
				
			||||||
 | 
					                                android:background="?dividerColor"
 | 
				
			||||||
 | 
					                        />
 | 
				
			||||||
 | 
					                        <LinearLayout
 | 
				
			||||||
 | 
					                                android:orientation="horizontal"
 | 
				
			||||||
 | 
					                                android:layout_width="match_parent"
 | 
				
			||||||
 | 
					                                android:layout_height="wrap_content"
 | 
				
			||||||
 | 
					                                android:gravity="center_vertical|end"
 | 
				
			||||||
 | 
					                                android:clickable="true"
 | 
				
			||||||
 | 
					                                android:id="@+id/linLayout_PrimaryColor"
 | 
				
			||||||
 | 
					                                android:focusable="true" android:layout_margin="7dp">
 | 
				
			||||||
 | 
					                            <LinearLayout
 | 
				
			||||||
 | 
					                                    android:orientation="vertical"
 | 
				
			||||||
 | 
					                                    android:layout_width="wrap_content"
 | 
				
			||||||
 | 
					                                    android:layout_height="wrap_content">
 | 
				
			||||||
 | 
					                                <TextView
 | 
				
			||||||
 | 
					                                        android:text="@string/primary_color"
 | 
				
			||||||
 | 
					                                        android:layout_width="match_parent"
 | 
				
			||||||
 | 
					                                        android:layout_height="wrap_content"
 | 
				
			||||||
 | 
					                                        android:id="@+id/txtView_PrimaryColor"
 | 
				
			||||||
 | 
					                                        android:textSize="16sp"
 | 
				
			||||||
 | 
					                                        android:textStyle="bold"
 | 
				
			||||||
 | 
					                                />
 | 
				
			||||||
 | 
					                                <TextView
 | 
				
			||||||
 | 
					                                        android:text="@string/primary_color_desc"
 | 
				
			||||||
 | 
					                                        android:layout_width="match_parent"
 | 
				
			||||||
 | 
					                                        android:layout_height="wrap_content"
 | 
				
			||||||
 | 
					                                        android:id="@+id/txtView_PrimaryColorDesc"/>
 | 
				
			||||||
 | 
					                            </LinearLayout>
 | 
				
			||||||
 | 
					                            <LinearLayout
 | 
				
			||||||
 | 
					                                    android:orientation="vertical"
 | 
				
			||||||
 | 
					                                    android:layout_width="match_parent"
 | 
				
			||||||
 | 
					                                    android:layout_height="wrap_content"
 | 
				
			||||||
 | 
					                                    android:layout_margin="7dp"
 | 
				
			||||||
 | 
					                                    android:gravity="end">
 | 
				
			||||||
 | 
					                                <View
 | 
				
			||||||
 | 
					                                        android:layout_width="40dp"
 | 
				
			||||||
 | 
					                                        android:layout_height="40dp"
 | 
				
			||||||
 | 
					                                        android:id="@+id/view_PrimaryColor"
 | 
				
			||||||
 | 
					                                        android:background="?colorPrimary"/>
 | 
				
			||||||
 | 
					                            </LinearLayout>
 | 
				
			||||||
 | 
					                        </LinearLayout>
 | 
				
			||||||
 | 
					                        <View
 | 
				
			||||||
 | 
					                                android:id="@+id/divider4"
 | 
				
			||||||
 | 
					                                android:layout_width="match_parent"
 | 
				
			||||||
 | 
					                                android:layout_height="1dp"
 | 
				
			||||||
 | 
					                                android:background="?dividerColor"
 | 
				
			||||||
 | 
					                        />
 | 
				
			||||||
 | 
					                        <LinearLayout
 | 
				
			||||||
 | 
					                                android:orientation="horizontal"
 | 
				
			||||||
 | 
					                                android:layout_width="match_parent"
 | 
				
			||||||
 | 
					                                android:layout_height="wrap_content"
 | 
				
			||||||
 | 
					                                android:gravity="center_vertical|end"
 | 
				
			||||||
 | 
					                                android:clickable="true"
 | 
				
			||||||
 | 
					                                android:id="@+id/linLayout_AccentColor"
 | 
				
			||||||
 | 
					                                android:focusable="true" android:layout_margin="7dp">
 | 
				
			||||||
 | 
					                            <LinearLayout
 | 
				
			||||||
 | 
					                                    android:orientation="vertical"
 | 
				
			||||||
 | 
					                                    android:layout_width="wrap_content"
 | 
				
			||||||
 | 
					                                    android:layout_height="wrap_content">
 | 
				
			||||||
 | 
					                                <TextView
 | 
				
			||||||
 | 
					                                        android:text="@string/accent_color"
 | 
				
			||||||
 | 
					                                        android:layout_width="match_parent"
 | 
				
			||||||
 | 
					                                        android:layout_height="wrap_content"
 | 
				
			||||||
 | 
					                                        android:id="@+id/txtView_AccentColor"
 | 
				
			||||||
 | 
					                                        android:textSize="16sp"
 | 
				
			||||||
 | 
					                                        android:textStyle="bold"
 | 
				
			||||||
 | 
					                                />
 | 
				
			||||||
 | 
					                                <TextView
 | 
				
			||||||
 | 
					                                        android:text="@string/accent_color_desc"
 | 
				
			||||||
 | 
					                                        android:layout_width="match_parent"
 | 
				
			||||||
 | 
					                                        android:layout_height="wrap_content"
 | 
				
			||||||
 | 
					                                        android:id="@+id/txtView_AccentColorDesc"/>
 | 
				
			||||||
 | 
					                            </LinearLayout>
 | 
				
			||||||
 | 
					                            <LinearLayout
 | 
				
			||||||
 | 
					                                    android:orientation="vertical"
 | 
				
			||||||
 | 
					                                    android:layout_width="match_parent"
 | 
				
			||||||
 | 
					                                    android:layout_height="wrap_content"
 | 
				
			||||||
 | 
					                                    android:layout_margin="7dp"
 | 
				
			||||||
 | 
					                                    android:gravity="end">
 | 
				
			||||||
 | 
					                                <View
 | 
				
			||||||
 | 
					                                        android:layout_width="40dp"
 | 
				
			||||||
 | 
					                                        android:layout_height="40dp"
 | 
				
			||||||
 | 
					                                        android:id="@+id/view_AccentColor"
 | 
				
			||||||
 | 
					                                        android:background="?colorAccent"/>
 | 
				
			||||||
 | 
					                            </LinearLayout>
 | 
				
			||||||
 | 
					                        </LinearLayout>
 | 
				
			||||||
 | 
					                        <View
 | 
				
			||||||
 | 
					                                android:id="@+id/divider5"
 | 
				
			||||||
 | 
					                                android:layout_width="match_parent"
 | 
				
			||||||
 | 
					                                android:layout_height="1dp"
 | 
				
			||||||
 | 
					                                android:background="?android:attr/listDivider"
 | 
				
			||||||
 | 
					                        />
 | 
				
			||||||
 | 
					                        <Switch
 | 
				
			||||||
 | 
					                                android:layout_width="match_parent"
 | 
				
			||||||
 | 
					                                android:layout_height="wrap_content"
 | 
				
			||||||
 | 
					                                android:id="@+id/switch_buffet"
 | 
				
			||||||
 | 
					                                android:textSize="16sp"
 | 
				
			||||||
 | 
					                                android:textStyle="bold"
 | 
				
			||||||
 | 
					                                android:text="@string/show_buffet"
 | 
				
			||||||
 | 
					                                android:layout_margin="7dp"/>
 | 
				
			||||||
 | 
					                    </LinearLayout>
 | 
				
			||||||
 | 
					                </androidx.cardview.widget.CardView>
 | 
				
			||||||
 | 
					            </LinearLayout>
 | 
				
			||||||
 | 
					        </ScrollView>
 | 
				
			||||||
    </androidx.constraintlayout.widget.ConstraintLayout>
 | 
					    </androidx.constraintlayout.widget.ConstraintLayout>
 | 
				
			||||||
</FrameLayout>
 | 
					</FrameLayout>
 | 
				
			||||||
		Reference in New Issue
	
	Block a user