Skip to content

Commit

Permalink
Stops the curtain for showing when changing fragments.
Browse files Browse the repository at this point in the history
  • Loading branch information
fixmycode committed Mar 29, 2015
1 parent 75d6a23 commit e2f245a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_recycler.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/courtain"
android:visibility="visible">
android:visibility="gone">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
Expand Down

0 comments on commit e2f245a

Please sign in to comment.