Dark theme

This commit is contained in:
2021-02-20 23:21:25 +03:00
parent 88dddcb133
commit 06aa41cab1
179 changed files with 1011 additions and 1133 deletions
+5 -4
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<ru.melod1n.project.vkm.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res/android"
<com.meloda.fast.widget.Toolbar 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:id="@+id/toolbar"
@@ -30,8 +30,9 @@
android:background="@android:color/transparent"
android:clickable="false"
android:focusable="false"
tools:src="@drawable/ic_search"
tools:tint="?android:textColorPrimary" />
android:tint="?android:textColorPrimary"
android:tintMode="multiply"
tools:src="@drawable/ic_search" />
</LinearLayout>
@@ -64,4 +65,4 @@
</RelativeLayout>
</ru.melod1n.project.vkm.widget.Toolbar>
</com.meloda.fast.widget.Toolbar>