Skip to content

Commit

Permalink
Replaced FrameLayout by a Toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
saulmm committed Apr 18, 2015
1 parent 80eff47 commit cd051fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/activity_main.xml
Expand Up @@ -15,7 +15,7 @@
android:scaleType="centerCrop"
/>

<FrameLayout
<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"
android:layout_height="126dp"
android:layout_width="match_parent"
Expand Down Expand Up @@ -53,7 +53,7 @@
/>

</LinearLayout>
</FrameLayout>
</android.support.v7.widget.Toolbar>

<FrameLayout
android:id="@+id/fab_container"
Expand Down

0 comments on commit cd051fd

Please sign in to comment.