diff --git a/android/res/layout/fragment_report.xml b/android/res/layout/fragment_report.xml index faf69b40f9..5b1884acf5 100644 --- a/android/res/layout/fragment_report.xml +++ b/android/res/layout/fragment_report.xml @@ -70,7 +70,7 @@ android:id="@+id/input" android:layout_width="match_parent" android:layout_height="128dp" - android:background="@android:color/white" + android:background="?cardBackground" android:gravity="start|top" android:hint="@string/detailed_problem_description" android:padding="@dimen/margin_base"