Skip to content

Commit

Permalink
[Refacotr] Yekkanti - Removed the hard coded usernames and passwords
Browse files Browse the repository at this point in the history
  • Loading branch information
kishoreyekkanti committed Feb 21, 2013
1 parent ae68933 commit 189b681
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions RapidFTR-Android/res/layout/activity_login.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_margin="5dp"
android:text="@string/rapidftr_username"/>
/>

<EditText android:background="@drawable/textbox"
android:id="@+id/password"
Expand All @@ -50,13 +50,12 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_margin="5dp"
android:text="@string/rapidftr_username"/>
/>


<EditText android:background="@drawable/textbox"
android:id="@+id/url"
android:hint="@string/url"
android:text="@string/rapidftr_url"
android:inputType="textFilter|textUri|textVisiblePassword|textNoSuggestions"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
Expand Down

0 comments on commit 189b681

Please sign in to comment.