Loading packages/DocumentsUI/Android.mk +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,8 @@ LOCAL_MODULE_TAGS := optional LOCAL_SRC_FILES := $(call all-subdir-java-files) LOCAL_STATIC_JAVA_LIBRARIES := android-support-v4 LOCAL_PACKAGE_NAME := DocumentsUI LOCAL_CERTIFICATE := platform Loading packages/DocumentsUI/res/drawable-hdpi/drawer_shadow.9.png 0 → 100644 +171 B Loading image diff... packages/DocumentsUI/res/drawable-hdpi/ic_drawer.png 0 → 100644 +2.78 KiB Loading image diff... packages/DocumentsUI/res/drawable-hdpi/ic_menu_search.png 0 → 100644 +1.61 KiB Loading image diff... packages/DocumentsUI/res/layout/activity.xml +26 −12 Original line number Diff line number Diff line Loading @@ -14,7 +14,12 @@ limitations under the License. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/drawer_layout" android:layout_width="match_parent" android:layout_height="match_parent"> <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> Loading @@ -31,3 +36,12 @@ android:layout_height="wrap_content" /> </LinearLayout> <ListView android:id="@+id/roots_list" android:layout_width="300dp" android:layout_height="match_parent" android:layout_gravity="start" android:background="#fff" /> </android.support.v4.widget.DrawerLayout> Loading
packages/DocumentsUI/Android.mk +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,8 @@ LOCAL_MODULE_TAGS := optional LOCAL_SRC_FILES := $(call all-subdir-java-files) LOCAL_STATIC_JAVA_LIBRARIES := android-support-v4 LOCAL_PACKAGE_NAME := DocumentsUI LOCAL_CERTIFICATE := platform Loading
packages/DocumentsUI/res/layout/activity.xml +26 −12 Original line number Diff line number Diff line Loading @@ -14,7 +14,12 @@ limitations under the License. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/drawer_layout" android:layout_width="match_parent" android:layout_height="match_parent"> <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> Loading @@ -31,3 +36,12 @@ android:layout_height="wrap_content" /> </LinearLayout> <ListView android:id="@+id/roots_list" android:layout_width="300dp" android:layout_height="match_parent" android:layout_gravity="start" android:background="#fff" /> </android.support.v4.widget.DrawerLayout>