Android: material design, API 21

This commit is contained in:
jendib
2014-11-19 01:18:42 +01:00
parent ffa7d796b5
commit 04752cab0c
22 changed files with 353 additions and 94 deletions
@@ -6,10 +6,11 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<FrameLayout
android:id="@+id/content_frame"
<fragment
android:id="@+id/main_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent" />
android:layout_height="match_parent"
class="com.sismics.docs.fragment.DocListFragment"/>
<LinearLayout
android:id="@+id/left_drawer"