We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6026fa4 commit 2a66a5fCopy full SHA for 2a66a5f
1 file changed
app/src/main/res/values/styles.xml
@@ -247,6 +247,7 @@
247
248
<style name="Theme.ownCloud.Media" parent="Theme.Material3.DayNight.NoActionBar">
249
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
250
+ <item name="android:colorControlHighlight">@color/primary</item>
251
</style>
252
253
<style name="ToolbarStyle.Overflow" parent="@style/Widget.AppCompat.ActionButton.Overflow">
@@ -494,6 +495,6 @@
494
495
496
<style name="Dialog.FullscreenVideo" parent="android:Theme.Material.NoActionBar.Fullscreen">
497
<item name="android:windowBackground">@android:color/black</item>
- <item name="android:colorControlHighlight">?attr/colorPrimary</item>
498
499
500
</resources>
0 commit comments