mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 16:30:31 +05:30
fixed btn colors
This commit is contained in:
parent
3c34d56a1c
commit
bfc6be9f4f
@ -32,7 +32,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/addToPlaylist"
|
||||
android:textColor="?attr/colorSurface"
|
||||
android:textColor="@color/white"
|
||||
android:padding="8dp"
|
||||
android:layout_margin="8dp" />
|
||||
|
||||
|
@ -52,7 +52,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/cancel"
|
||||
android:textColor="?attr/colorSurface"
|
||||
android:textColor="@color/white"
|
||||
android:padding="8dp"
|
||||
android:layout_margin="8dp" />
|
||||
|
||||
@ -61,7 +61,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/createPlaylist"
|
||||
android:textColor="?attr/colorSurface"
|
||||
android:textColor="@color/white"
|
||||
android:padding="8dp"
|
||||
android:layout_margin="8dp" />
|
||||
|
||||
|
@ -51,7 +51,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/download"
|
||||
android:textColor="?attr/colorSurface"
|
||||
android:textColor="@color/white"
|
||||
android:padding="8dp"
|
||||
android:layout_margin="8dp"
|
||||
android:layout_gravity="center" />
|
||||
|
@ -77,7 +77,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/register"
|
||||
android:textColor="?attr/colorSurface"
|
||||
android:textColor="@color/white"
|
||||
android:padding="8dp"
|
||||
android:layout_margin="8dp" />
|
||||
|
||||
@ -86,7 +86,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/login"
|
||||
android:textColor="?attr/colorSurface"
|
||||
android:textColor="@color/white"
|
||||
android:padding="8dp"
|
||||
android:layout_margin="8dp" />
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/logout"
|
||||
android:textColor="?attr/colorSurface"
|
||||
android:textColor="@color/white"
|
||||
android:padding="8dp"
|
||||
android:layout_margin="8dp"
|
||||
android:layout_gravity="center" />
|
||||
|
@ -257,9 +257,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="16dp"
|
||||
android:layout_marginRight="16dp"
|
||||
android:layout_marginBottom="17dp"
|
||||
app:cardCornerRadius="27dp">
|
||||
app:cardCornerRadius="18dp">
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:layout_width="match_parent"
|
||||
@ -283,9 +281,9 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginRight="3dp"
|
||||
android:src="@drawable/ic_arrow_up_down"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintBottom_toBottomOf="parent" />
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user