Skip to content

Commit

Permalink
remove tools:layout attribute value on fragments which cause bogus li…
Browse files Browse the repository at this point in the history
…nt error in latest tools - refs jgilfelt#7
  • Loading branch information
jgilfelt committed Jan 20, 2013
1 parent 984ba6e commit e6a4116
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
android:layout_height="match_parent"
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp"
tools:context=".${CollectionName}Activity"
tools:layout="@android:layout/list_content" />
tools:context=".${CollectionName}Activity" />
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
android:name="${packageName}.${CollectionName}Fragment"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
tools:layout="@android:layout/list_content" />
android:layout_weight="1" />

<FrameLayout
android:id="@+id/${detail_name}_container"
Expand Down

0 comments on commit e6a4116

Please sign in to comment.