Fix color for shared media in dark theme
ugh dark theme Fixes #7024 // FREEBIE
This commit is contained in:
parent
d71fb4c958
commit
b430be9759
1 changed files with 2 additions and 1 deletions
|
@ -76,7 +76,8 @@
|
|||
android:padding="16dp"
|
||||
android:text="@string/recipient_preference_activity__shared_media"
|
||||
android:visibility="gone"
|
||||
android:textColor="?attr/colorPrimary"/>
|
||||
style="?android:attr/preferenceCategoryStyle"
|
||||
android:textColor="@color/textsecure_primary"/>
|
||||
|
||||
<org.thoughtcrime.securesms.components.ThreadPhotoRailView
|
||||
android:id="@+id/recent_photos"
|
||||
|
|
Loading…
Add table
Reference in a new issue