Merge pull request #285 from Bnyro/master

Dialog Text Color fixed
This commit is contained in:
Bnyro 2022-05-22 20:12:54 +02:00 committed by GitHub
commit 81afbfd9c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 0 deletions

View File

@ -34,6 +34,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/addToPlaylist"
android:textColor="?attr/colorSurface"
android:padding="8dp"
android:layout_margin="8dp"/>

View File

@ -49,6 +49,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/cancel"
android:textColor="?attr/colorSurface"
android:padding="8dp"
android:layout_margin="8dp"/>
<Button
@ -56,6 +57,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/createPlaylist"
android:textColor="?attr/colorSurface"
android:padding="8dp"
android:layout_margin="8dp"/>

View File

@ -49,6 +49,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/download"
android:textColor="?attr/colorSurface"
android:padding="8dp"
android:layout_margin="8dp"
android:layout_gravity="center"/>

View File

@ -81,6 +81,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/register"
android:textColor="?attr/colorSurface"
android:padding="8dp"
android:layout_margin="8dp"/>
<Button
@ -88,6 +89,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/login"
android:textColor="?attr/colorSurface"
android:padding="8dp"
android:layout_margin="8dp"/>

View File

@ -27,6 +27,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/logout"
android:textColor="?attr/colorSurface"
android:padding="8dp"
android:layout_margin="8dp"
android:layout_gravity="center"/>

View File

@ -56,6 +56,7 @@
android:text="@string/createPlaylist"
android:layout_gravity="center"
android:layout_margin="8dp"
android:textColor="?attr/colorSurface"
android:drawableLeft="@drawable/ic_add" />
<RelativeLayout
android:layout_width="match_parent"