Settings fragment xml now divided by cards

This commit is contained in:
Deniz Düzgören
2019-05-23 18:08:04 +02:00
parent 8e3281db95
commit 7bbc6eee62
8 changed files with 830 additions and 801 deletions
File diff suppressed because it is too large Load Diff
-1
View File
@@ -2,7 +2,6 @@
<com.google.android.material.card.MaterialCardView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:backgroundTint="@color/lightbackground"
+2 -1
View File
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="background">#121212</color>
<color name="lightbackground">#1E1E1E</color>
<!-- <color name="lightbackground">#1E1E1E</color>-->
<color name="lightbackground">#222222</color>
<color name="accent">#64b5f6</color>
<color name="textcolor">#e0e0e0</color>
<color name="hintcolor">#9e9e9e</color>
-2
View File
@@ -147,8 +147,6 @@
<string name="showinfo">Show info tab in navigation bar</string>
<string name="swipeindependent">Independent of swipe gesture</string>
<string name="lastupdatedK">"Last updated: "</string>
<string name="darkmode2">Enables night mode</string>