Solving create gither.

This commit is contained in:
Anonymous Raccoon
2018-09-18 22:07:04 +02:00
parent 1a0c3b468c
commit 42d7e153f4
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -154,6 +154,7 @@ namespace MusicApp
FindViewById(Resource.Id.contentRefresh).Invalidate();
FindViewById(Resource.Id.contentView).RequestLayout();
FindViewById(Resource.Id.playerSheet).Visibility = ViewStates.Visible;
}
if (intent.Action == "Sleep")
+1
View File
@@ -90,6 +90,7 @@
android:fitsSystemWindows="true"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:visibility="gone"
android:elevation="6dp"
app:layout_behavior="android.support.design.widget.BottomSheetBehavior" >
<RelativeLayout