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
Casanowow Life for love
VLC-Android
Commits
c7932c1c
Commit
c7932c1c
authored
Feb 01, 2012
by
Sébastien Toque
Browse files
widget: new background with round corners and transparency
parent
1d12757a
Changes
2
Hide whitespace changes
Inline
Side-by-side
vlc-android/res/drawable/background.xml
0 → 100644
View file @
c7932c1c
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<gradient
android:angle=
"270"
android:centerColor=
"#CC000000"
android:endColor=
"#CC333333"
android:startColor=
"#CC333333"
/>
<corners
android:radius=
"10dp"
/>
<stroke
android:width=
"2px"
android:color=
"#88000000"
/>
</shape>
\ No newline at end of file
vlc-android/res/layout/vlcwidget.xml
View file @
c7932c1c
...
...
@@ -4,7 +4,7 @@
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:layout_margin=
"10dp"
android:background=
"@drawable/b
g_with_shadow
"
android:background=
"@drawable/b
ackground
"
android:clickable=
"true"
android:clipChildren=
"true"
android:gravity=
"center"
...
...
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