Fix colors in PeerTube Settings Fragment
This commit is contained in:
parent
0afceeeb87
commit
9bb8f65bef
3 changed files with 14 additions and 2 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
|
|
@ -57,12 +57,15 @@
|
|||
|
||||
<style name="WhiteTintTheme">
|
||||
<item name="tint">@color/white</item>
|
||||
<item name="iconTint">@color/white</item>
|
||||
</style>
|
||||
<style name="DarkTintTheme">
|
||||
<item name="tint">@color/black</item>
|
||||
<item name="iconTint">@color/black</item>
|
||||
</style>
|
||||
<style name="ContrastTintTheme">
|
||||
<item name="tint">@color/contrastColor</item>
|
||||
<item name="iconTint">@color/contrastColor</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue