Support Fragment synthetic properties

This commit is contained in:
Yan Zhulanow
2015-04-08 21:12:42 +03:00
parent d7488023d2
commit 7a685b8c56
15 changed files with 322 additions and 21 deletions
@@ -0,0 +1,16 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/item_detail_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".ItemDetailActivity"
tools:ignore="MergeRootFrame" >
<fragment
android:id="@+id/fragm"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</FrameLayout>