diff options
Diffstat (limited to '')
-rw-r--r-- | src/main/res/layout/activity_magic_create.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/layout/activity_magic_create.xml b/src/main/res/layout/activity_magic_create.xml index 1ecf8a346..e315a634b 100644 --- a/src/main/res/layout/activity_magic_create.xml +++ b/src/main/res/layout/activity_magic_create.xml @@ -14,7 +14,7 @@ <RelativeLayout android:layout_width="match_parent" android:layout_height="match_parent" - android:background="?attr/color_background_primary"> + android:background="?attr/color_background_secondary"> <LinearLayout android:id="@+id/linearLayout" |