Removing testing values

Jasintha 8 years ago
parent b04b58324a
commit 31d5977ae5

@ -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