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