Skip to content

Commit e2ea258

Browse files
committed
Remove hints from text views of the test app
They seem to interfere with instrumented the tests execution
1 parent 242aaa1 commit e2ea258

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/src/main/res/layout/activity_main.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
android:layout_width="match_parent"
3131
android:layout_height="match_parent"
3232
android:gravity="top|start"
33-
android:hint="@string/edit_hint"
3433
android:inputType="textCapSentences|textMultiLine"
3534
android:paddingEnd="16dp"
3635
android:paddingLeft="16dp"
@@ -46,7 +45,6 @@
4645
android:layout_width="match_parent"
4746
android:layout_height="match_parent"
4847
android:gravity="top|start"
49-
android:hint="@string/source_hint"
5048
android:inputType="textNoSuggestions|textMultiLine"
5149
android:paddingEnd="16dp"
5250
android:paddingLeft="16dp"

0 commit comments

Comments
 (0)