File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
sentry-android-core/src/main/res Expand file tree Collapse file tree 2 files changed +3
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 4646 android : layout_height =" wrap_content"
4747 android : hint =" Your Name"
4848 android : inputType =" textPersonName"
49- android : background =" @drawable/edit_text_border "
49+ android : background =" @drawable/sentry_edit_text_border "
5050 android : paddingHorizontal =" 8dp"
5151 android : layout_below =" @id/sentry_dialog_user_feedback_txt_name" />
5252
6565 android : layout_height =" wrap_content"
6666 android : hint =" your.email@example.org"
6767 android : inputType =" textEmailAddress"
68- android : background =" @drawable/edit_text_border "
68+ android : background =" @drawable/sentry_edit_text_border "
6969 android : paddingHorizontal =" 8dp"
7070 android : layout_below =" @id/sentry_dialog_user_feedback_txt_email" />
7171
8686 android : inputType =" textMultiLine"
8787 android : gravity =" top|left"
8888 android : hint =" What's the bug? What did you expect?"
89- android : background =" @drawable/edit_text_border "
89+ android : background =" @drawable/sentry_edit_text_border "
9090 android : paddingHorizontal =" 8dp"
9191 android : layout_below =" @id/sentry_dialog_user_feedback_txt_description" />
9292
You can’t perform that action at this time.
0 commit comments