mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-27 23:40:33 +05:30
color fixed
This commit is contained in:
parent
e09bf6a4d1
commit
c49be34e18
@ -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"/>
|
||||
|
||||
|
@ -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"/>
|
||||
|
||||
|
@ -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"/>
|
||||
|
@ -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"/>
|
||||
|
||||
|
@ -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"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user