Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Ewout ter Hoeven
VLC-Android
Commits
88b2e72b
Commit
88b2e72b
authored
Apr 08, 2015
by
Alexandre Perraud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UI : fix mini-player shadow previous commit
parent
dca7e6b9
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
21 additions
and
2 deletions
+21
-2
vlc-android/res/drawable/progress_mini_player.xml
vlc-android/res/drawable/progress_mini_player.xml
+1
-1
vlc-android/res/drawable/progress_mini_player_dark.xml
vlc-android/res/drawable/progress_mini_player_dark.xml
+16
-0
vlc-android/res/layout/audio_player.xml
vlc-android/res/layout/audio_player.xml
+1
-1
vlc-android/res/values/attrs.xml
vlc-android/res/values/attrs.xml
+1
-0
vlc-android/res/values/styles.xml
vlc-android/res/values/styles.xml
+2
-0
No files found.
vlc-android/res/drawable/progress_mini_player.xml
View file @
88b2e72b
...
...
@@ -2,7 +2,7 @@
<item
android:id=
"@android:id/background"
>
<shape>
<solid
android:color=
"
?attr/background_default
"
/>
<solid
android:color=
"
@color/grey50
"
/>
</shape>
</item>
<item
android:id=
"@android:id/progress"
>
...
...
vlc-android/res/drawable/progress_mini_player_dark.xml
0 → 100644
View file @
88b2e72b
<layer-list
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<item
android:id=
"@android:id/background"
>
<shape>
<solid
android:color=
"@color/grey850"
/>
</shape>
</item>
<item
android:id=
"@android:id/progress"
>
<clip>
<shape>
<solid
android:color=
"@color/orange500"
/>
</shape>
</clip>
</item>
</layer-list>
\ No newline at end of file
vlc-android/res/layout/audio_player.xml
View file @
88b2e72b
...
...
@@ -15,7 +15,7 @@
android:minHeight=
"2dip"
android:paddingLeft=
"0px"
android:paddingRight=
"0px"
android:progressDrawable=
"
@drawable
/progress_mini_player"
/>
android:progressDrawable=
"
?attr
/progress_mini_player"
/>
<LinearLayout
android:id=
"@+id/header"
...
...
vlc-android/res/values/attrs.xml
View file @
88b2e72b
...
...
@@ -60,6 +60,7 @@
<attr
name=
"ic_trash_small_normal"
format=
"reference"
/>
<attr
name=
"gridview_progressbar"
format=
"reference"
/>
<attr
name=
"toolbar_popup_style"
format=
"reference"
/>
<attr
name=
"progress_mini_player"
format=
"reference"
/>
<attr
name=
"shadow_top_9patch"
format=
"reference"
/>
<attr
name=
"shadow_bottom_9patch"
format=
"reference"
/>
...
...
vlc-android/res/values/styles.xml
View file @
88b2e72b
...
...
@@ -68,6 +68,7 @@
<item
name=
"shadow_top_9patch"
>
@drawable/shadow_top
</item>
<item
name=
"shadow_bottom_9patch"
>
@drawable/shadow_bottom
</item>
<item
name=
"gridview_progressbar"
>
@drawable/gridview_progressbar_w
</item>
<item
name=
"progress_mini_player"
>
@drawable/progress_mini_player
</item>
<item
name=
"advanced_options_style"
>
@style/Theme.VLC.AdvancedOptionsLight
</item>
</style>
...
...
@@ -138,6 +139,7 @@
<item
name=
"shadow_top_9patch"
>
@drawable/shadow_top_dark
</item>
<item
name=
"shadow_bottom_9patch"
>
@drawable/shadow_bottom_dark
</item>
<item
name=
"gridview_progressbar"
>
@drawable/gridview_progressbar
</item>
<item
name=
"progress_mini_player"
>
@drawable/progress_mini_player_dark
</item>
<item
name=
"advanced_options_style"
>
@style/Theme.VLC.AdvancedOptionsBlack
</item>
</style>
...
...
Write
Preview
Markdown
is supported
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