Skip to content

Commit

Permalink
make the monitor background the right color
Browse files Browse the repository at this point in the history
  • Loading branch information
n8fr8 committed Dec 21, 2017
1 parent b5868a1 commit 91edf69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/res/layout/activity_monitor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/DarkGray"
android:background="@color/colorPrimary"
>

<FrameLayout
Expand Down

0 comments on commit 91edf69

Please sign in to comment.