mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-01-06 01:20:29 +05:30
fix colors
This commit is contained in:
parent
17dd7fc42b
commit
bf2ac25567
@ -36,6 +36,6 @@
|
|||||||
android:backgroundTint="?attr/colorOnPrimary"
|
android:backgroundTint="?attr/colorOnPrimary"
|
||||||
android:text="@string/unsubscribe"
|
android:text="@string/unsubscribe"
|
||||||
android:textSize="11dp"
|
android:textSize="11dp"
|
||||||
android:textColor="@android:color/white"
|
android:textColor="?android:attr/textColorPrimary"
|
||||||
app:cornerRadius="20dp" />
|
app:cornerRadius="20dp" />
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
@ -83,7 +83,7 @@
|
|||||||
android:textColor="@android:color/white"
|
android:textColor="@android:color/white"
|
||||||
android:textSize="11sp"
|
android:textSize="11sp"
|
||||||
android:drawableLeft="@drawable/ic_bell_small"
|
android:drawableLeft="@drawable/ic_bell_small"
|
||||||
android:drawableTint="@android:color/white" />
|
android:drawableTint="?android:attr/textColorPrimary" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user