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
9c554cf8
Commit
9c554cf8
authored
Apr 02, 2015
by
Alexandre Perraud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UI : Rename 9-patch shadow and add a bottom one
parent
741df078
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
2 deletions
+6
-2
vlc-android/res/drawable-hdpi/shadow_bottom.9.png
vlc-android/res/drawable-hdpi/shadow_bottom.9.png
+0
-0
vlc-android/res/drawable-hdpi/shadow_top.9.png
vlc-android/res/drawable-hdpi/shadow_top.9.png
+0
-0
vlc-android/res/layout/shadow_bottom.xml
vlc-android/res/layout/shadow_bottom.xml
+5
-0
vlc-android/res/layout/shadow_top.xml
vlc-android/res/layout/shadow_top.xml
+1
-2
No files found.
vlc-android/res/drawable-hdpi/shadow_bottom.9.png
0 → 100644
View file @
9c554cf8
286 Bytes
vlc-android/res/drawable-hdpi/
bottom_
shadow.9.png
→
vlc-android/res/drawable-hdpi/shadow
_top
.9.png
View file @
9c554cf8
File moved
vlc-android/res/layout/shadow_bottom.xml
0 → 100644
View file @
9c554cf8
<?xml version="1.0" encoding="utf-8"?>
<View
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:layout_width=
"match_parent"
android:layout_height=
"6dp"
android:background=
"@drawable/shadow_bottom"
/>
\ No newline at end of file
vlc-android/res/layout/shadow_top.xml
View file @
9c554cf8
<?xml version="1.0" encoding="utf-8"?>
<View
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:id=
"@+id/shadow"
android:layout_width=
"match_parent"
android:layout_height=
"6dp"
android:background=
"@drawable/bottom_shadow"
/>
\ No newline at end of file
android:background=
"@drawable/shadow_top"
/>
\ No newline at end of file
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