[Android] Search fragment: modify list header layout
Adrien Maglo
git at videolan.org
Sat Feb 1 18:05:29 CET 2014
vlc-ports/android | branch: master | Adrien Maglo <magsoft at videolan.org> | Sat Feb 1 18:04:13 2014 +0100| [504f10763cdf409b064ba379c31944dd49124ad2] | committer: Adrien Maglo
Search fragment: modify list header layout
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=504f10763cdf409b064ba379c31944dd49124ad2
---
vlc-android/res/layout/list_header.xml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/vlc-android/res/layout/list_header.xml b/vlc-android/res/layout/list_header.xml
index 8fafd6c..b685256 100644
--- a/vlc-android/res/layout/list_header.xml
+++ b/vlc-android/res/layout/list_header.xml
@@ -13,9 +13,4 @@
android:textColor="?attr/font_default"
android:textSize="16sp" />
- <View
- android:layout_width="fill_parent"
- android:layout_height="1dip"
- android:background="?attr/background_menu_divider" />
-
</LinearLayout>
\ No newline at end of file
More information about the Android
mailing list