forked from organicmaps/organicmaps
[android] Fixed wrong bg.
This commit is contained in:
parent
e1a6adaa37
commit
1f88f254d4
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue