Skip to content

Commit

Permalink
wear/detail, BoxInsetLayout -> FrameLayout
Browse files Browse the repository at this point in the history
  • Loading branch information
kazhik committed Oct 13, 2016
1 parent d2d0a78 commit a799c62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wear/src/main/res/layout/detail.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<android.support.wearable.view.BoxInsetLayout
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
Expand All @@ -25,4 +25,4 @@

</android.support.wearable.view.WearableListView>

</android.support.wearable.view.BoxInsetLayout>
</FrameLayout>

0 comments on commit a799c62

Please sign in to comment.