Skip to content

Commit 18a2032

Browse files
Fix EditText overlap with icons in Report Problem screens (#1384)
Signed-off-by: Amr <[email protected]>
1 parent 08065d0 commit 18a2032

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: onebusaway-android/src/main/res/layout/report_issue_text_item.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616

1717
<com.google.android.material.textfield.TextInputLayout
1818
android:layout_width="match_parent"
19-
android:layout_height="wrap_content">
19+
android:layout_height="wrap_content"
20+
style="@style/MaterialItem">
2021

2122
<com.google.android.material.textfield.TextInputEditText
2223
android:id="@+id/riti_editText"

0 commit comments

Comments
 (0)