Skip to content

Commit

Permalink
layout with a background layout for emiting on background
Browse files Browse the repository at this point in the history
  • Loading branch information
plattysoft committed Mar 13, 2015
1 parent 56ef645 commit b57e677
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
android:paddingTop="@dimen/activity_vertical_margin"
tools:context=".OneShotSimpleExampleActivity" >

<FrameLayout
android:id="@+id/background_hook"
android:layout_width="match_parent"
android:layout_height="match_parent"/>

<Button
android:id="@+id/button1"
android:layout_width="wrap_content"
Expand Down

0 comments on commit b57e677

Please sign in to comment.