1
0
mirror of https://github.com/etesync/android synced 2025-02-23 13:02:04 +00:00

Add trailing slash to sample URL (closes #522)

This commit is contained in:
Ricki Hirner 2015-07-06 00:27:00 +02:00
parent ed2a0419ad
commit 0b56d2a966

View File

@ -39,7 +39,7 @@
android:layout_width="0dp"
android:scrollHorizontally="true"
android:scrollbars="horizontal"
android:hint="my.webhost.com">
android:hint="my.webhost.com/">
<requestFocus />
</EditText>