Skip to content

Commit 994789a

Browse files
committed
renamed edit_text_border.xml to sentry_edit_text_border.xml
1 parent 536d522 commit 994789a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sentry-android-core/src/main/res/drawable/edit_text_border.xml renamed to sentry-android-core/src/main/res/drawable/sentry_edit_text_border.xml

File renamed without changes.

sentry-android-core/src/main/res/layout/sentry_dialog_user_feedback.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
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

@@ -65,7 +65,7 @@
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

@@ -86,7 +86,7 @@
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

0 commit comments

Comments
 (0)