Fix colors in PeerTube Settings Fragment

This commit is contained in:
krlvm 2021-03-28 19:36:07 +03:00
parent 0afceeeb87
commit 9bb8f65bef
3 changed files with 14 additions and 2 deletions

View file

@ -44,6 +44,7 @@
android:layout_marginBottom="16dp"
android:clickable="true"
android:focusable="true"
android:tint="@color/white"
app:backgroundTint="?attr/colorPrimary"
app:fabSize="auto"
app:srcCompat="@drawable/ic_add" />