[Android] Use new add fab button and custom checkbox
Alexandre Perraud
git at videolan.org
Tue May 12 16:59:37 CEST 2015
vlc-ports/android | branch: master | Alexandre Perraud <4leyx4ndre at gmail.com> | Tue May 12 16:57:04 2015 +0200| [33a6e443d4dd065ea16b1976573719070b1cc2bf] | committer: Alexandre Perraud
Use new add fab button and custom checkbox
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=33a6e443d4dd065ea16b1976573719070b1cc2bf
---
vlc-android/res/layout/directory_browser.xml | 2 +-
vlc-android/res/layout/directory_view_item.xml | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/vlc-android/res/layout/directory_browser.xml b/vlc-android/res/layout/directory_browser.xml
index 4329d58..8e68a75 100644
--- a/vlc-android/res/layout/directory_browser.xml
+++ b/vlc-android/res/layout/directory_browser.xml
@@ -29,7 +29,7 @@
android:id="@+id/fab_add_custom_dir"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:background="@drawable/ic_fab_shuffle"
+ android:background="@drawable/ic_fab_add"
android:layout_alignParentBottom="true"
android:layout_alignParentRight="true"
android:visibility="gone"
diff --git a/vlc-android/res/layout/directory_view_item.xml b/vlc-android/res/layout/directory_view_item.xml
index 4bf8760..d30bcfb 100644
--- a/vlc-android/res/layout/directory_view_item.xml
+++ b/vlc-android/res/layout/directory_view_item.xml
@@ -10,9 +10,10 @@
<CheckBox
android:id="@+id/browser_checkbox"
- android:layout_width="@dimen/directory_browser_item_size"
+ android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
+ android:button="@drawable/custom_checkbox_button"
android:layout_marginLeft="15dp"
android:visibility="gone"/>
More information about the Android
mailing list