Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-Android
Commits
e4caf752
Commit
e4caf752
authored
Mar 09, 2015
by
Alexandre Perraud
Browse files
UI : Fix action bar recent apps black theme
parent
909c33d5
Changes
1
Show whitespace changes
Inline
Side-by-side
vlc-android/res/values-v21/styles.xml
View file @
e4caf752
...
...
@@ -12,12 +12,12 @@
<item
name=
"android:popupMenuStyle"
>
@style/PopupMenuStyle.Light
</item>
</style>
<style
name=
"Theme.VLC.Black.21"
parent=
"Theme.VLC.Black.17"
>
<item
name=
"android:colorPrimary"
>
@color/orange
5
00
</item>
<item
name=
"android:colorPrimary"
>
@color/orange
8
00
</item>
<item
name=
"android:statusBarColor"
>
@color/grey900
</item>
<item
name=
"android:popupMenuStyle"
>
@style/PopupMenuStyle
</item>
</style>
<style
name=
"Theme.VLC.Player.21"
parent=
"Theme.VLC.Player.19"
>
<item
name=
"android:colorPrimary"
>
@color/orange
5
00
</item>
<item
name=
"android:colorPrimary"
>
@color/orange
8
00
</item>
<item
name=
"android:windowTranslucentStatus"
>
false
</item>
">
<item
name=
"android:windowTranslucentNavigation"
>
false
</item>
<item
name=
"android:navigationBarColor"
>
@android:color/transparent
</item>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment