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
Casanowow Life for love
VLC-Android
Commits
a42c3fbe
Commit
a42c3fbe
authored
Feb 21, 2014
by
Alexandre Perraud
Committed by
Adrien Maglo
Feb 24, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Lint : remove unused ressources
Signed-off-by:
Adrien Maglo
<
magsoft@videolan.org
>
parent
1c800f86
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
0 additions
and
57 deletions
+0
-57
vlc-android/res/anim/anim_enter_bottom.xml
vlc-android/res/anim/anim_enter_bottom.xml
+0
-7
vlc-android/res/anim/anim_leave_bottom.xml
vlc-android/res/anim/anim_leave_bottom.xml
+0
-7
vlc-android/res/drawable-hdpi/ic_folder.png
vlc-android/res/drawable-hdpi/ic_folder.png
+0
-0
vlc-android/res/drawable/bg_with_shadow.9.png
vlc-android/res/drawable/bg_with_shadow.9.png
+0
-0
vlc-android/res/drawable/sleep.png
vlc-android/res/drawable/sleep.png
+0
-0
vlc-android/res/layout/audio_list.xml
vlc-android/res/layout/audio_list.xml
+0
-37
vlc-android/res/xml/searchable.xml
vlc-android/res/xml/searchable.xml
+0
-6
No files found.
vlc-android/res/anim/anim_enter_bottom.xml
deleted
100644 → 0
View file @
1c800f86
<?xml version="1.0" encoding="utf-8"?>
<set
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:shareInterpolator=
"false"
>
<translate
android:fromYDelta=
"100%"
android:toYDelta=
"0%"
android:duration=
"350"
/>
</set>
vlc-android/res/anim/anim_leave_bottom.xml
deleted
100644 → 0
View file @
1c800f86
<?xml version="1.0" encoding="utf-8"?>
<set
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:shareInterpolator=
"false"
>
<translate
android:fromYDelta=
"0%"
android:toYDelta=
"100%"
android:duration=
"350"
/>
</set>
vlc-android/res/drawable-hdpi/ic_folder.png
deleted
100644 → 0
View file @
1c800f86
3.42 KB
vlc-android/res/drawable/bg_with_shadow.9.png
deleted
100644 → 0
View file @
1c800f86
197 Bytes
vlc-android/res/drawable/sleep.png
deleted
100644 → 0
View file @
1c800f86
8.56 KB
vlc-android/res/layout/audio_list.xml
deleted
100644 → 0
View file @
1c800f86
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:layout_width=
"fill_parent"
android:layout_height=
"fill_parent"
android:orientation=
"vertical"
>
<TextView
android:id=
"@+id/title"
android:layout_width=
"fill_parent"
android:layout_height=
"wrap_content"
android:background=
"?attr/background_menu"
android:gravity=
"center_horizontal"
android:text=
"@string/songs"
android:textColor=
"?attr/font_default"
android:textSize=
"16sp"
/>
<View
android:layout_width=
"fill_parent"
android:layout_height=
"1dip"
android:background=
"?attr/background_menu_divider"
/>
<ListView
android:id=
"@id/android:list"
android:layout_width=
"fill_parent"
android:layout_height=
"fill_parent"
android:divider=
"?attr/item_divider"
android:dividerHeight=
"1dp"
android:fastScrollEnabled=
"true"
/>
<TextView
android:id=
"@id/android:empty"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:text=
"@string/nomedia"
android:textSize=
"20sp"
/>
</LinearLayout>
\ No newline at end of file
vlc-android/res/xml/searchable.xml
deleted
100644 → 0
View file @
1c800f86
<?xml version="1.0" encoding="utf-8"?>
<searchable
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:hint=
"@string/searchable_hint"
android:label=
"@string/app_name"
android:includeInGlobalSearch=
"true"
>
</searchable>
\ 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