diff options
Diffstat (limited to 'app/src/main/res/layout/config_edit_fragment.xml')
-rw-r--r-- | app/src/main/res/layout/config_edit_fragment.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/layout/config_edit_fragment.xml b/app/src/main/res/layout/config_edit_fragment.xml index 3351c008..285215fb 100644 --- a/app/src/main/res/layout/config_edit_fragment.xml +++ b/app/src/main/res/layout/config_edit_fragment.xml @@ -10,7 +10,8 @@ <ScrollView android:layout_width="match_parent" - android:layout_height="match_parent"> + android:layout_height="match_parent" + android:background="?android:attr/colorBackground"> <RelativeLayout android:layout_width="match_parent" |