From 1f88f254d4dae0eca558a8e354c15549f44fda7c Mon Sep 17 00:00:00 2001 From: Dmitry Yunitsky Date: Tue, 12 Apr 2016 16:17:34 +0300 Subject: [PATCH] [android] Fixed wrong bg. --- android/res/layout/fragment_report.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"