Archived
Kotlin rewrote Main & Settings, huge code optimisations
This commit is contained in:
@@ -65,7 +65,8 @@
|
||||
android:layout_marginStart="8dp"
|
||||
android:visibility="gone"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"/>
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
android:elevation="4dp"/>
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
||||
|
||||
@@ -128,4 +128,5 @@
|
||||
<string name="noyoutube">YouTube-App nicht gefunden</string>
|
||||
<string name="swipeindependent">Unabhängig von Wischgeste</string>
|
||||
<string name="showinfo">Zeige Info-Tab in Navigationsleisete</string>
|
||||
<string name="lastupdatedK">"Zuletzt aktualisiert: "</string>
|
||||
</resources>
|
||||
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<color name="background">#121212</color>
|
||||
<color name="colorChipLight">#e0e0e0</color>
|
||||
<color name="colorChipDark">#424242</color>
|
||||
<color name="colorChipLight">#f5f5f5</color>
|
||||
<color name="colorChipDark">#1E1E1E</color>
|
||||
|
||||
<color name="white">#FFFFFF</color>
|
||||
<color name="black">#000000</color>
|
||||
|
||||
@@ -147,4 +147,8 @@
|
||||
<string name="showinfo">Show info tab in navigation bar</string>
|
||||
<string name="swipeindependent">Independent of swipe gesture</string>
|
||||
|
||||
|
||||
|
||||
<string name="lastupdatedK">"Last updated: "</string>
|
||||
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user