Removing testing values

(cherry picked from commit 31d5977)
revert-dabc3590
Jasintha 8 years ago committed by Ace
parent 3980899686
commit ce4365f601

@ -27,19 +27,19 @@
android:id="@+id/username"
android:inputType="text"
android:maxLines="1" android:singleLine="true"
android:text="Onely1973.gustr.com@Onely1973" />
/>
<EditText android:id="@+id/password" android:layout_width="match_parent"
android:layout_height="wrap_content" android:hint="@string/prompt_password"
android:inputType="textPassword"
android:maxLines="1" android:singleLine="true"
android:text="Onely1973@gustr.com" />
/>
<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content" android:hint="@string/hostname"
android:id="@+id/hostname"
android:text="http://gateway.api.clouddev.wso2.com"
android:text="https://localhost:8243"
android:inputType="text"
android:maxLines="1" android:singleLine="true"/>

Loading…
Cancel
Save