Migrate to gradle, appcompat as external dependency.
[mobilnebezpieczenstwo.git] / app / src / main / res / layout / fragment_navigation_drawer.xml
diff --git a/app/src/main/res/layout/fragment_navigation_drawer.xml b/app/src/main/res/layout/fragment_navigation_drawer.xml
new file mode 100644 (file)
index 0000000..1b9c99f
--- /dev/null
@@ -0,0 +1,29 @@
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"\r
+    xmlns:tools="http://schemas.android.com/tools"\r
+    android:layout_width="match_parent"\r
+    android:layout_height="match_parent"\r
+    android:background="@color/navigation_drawet_bg"\r
+    android:orientation="vertical" >\r
+\r
+    <TextView\r
+        android:layout_width="match_parent"\r
+        android:layout_height="wrap_content"\r
+        android:paddingTop="15dp"\r
+        android:paddingBottom="15dp"\r
+        android:paddingLeft="5dp"\r
+        android:paddingRight="5dp"\r
+        android:textStyle="bold"\r
+        android:text="@string/drawer_header"\r
+        android:textColor="#000000" />\r
+\r
+    <ListView\r
+        android:id="@+id/fragment_listView"\r
+        android:layout_width="match_parent"\r
+        android:layout_height="fill_parent"\r
+        android:cacheColorHint="@null"\r
+        android:choiceMode="singleChoice"\r
+        android:divider="@android:color/transparent"\r
+        android:dividerHeight="0dp"\r
+        tools:context="com.samsung.srpol.ui.drawer.MenuFragment" />\r
+\r
+</LinearLayout>
\ No newline at end of file