Skip to content

Commit

Permalink
minor UI tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
commonsguy committed May 3, 2013
1 parent b8c2bf6 commit ff874d6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 22 deletions.
30 changes: 9 additions & 21 deletions Testing/JUnit/res/layout/add.xml
Original file line number Diff line number Diff line change
@@ -1,24 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<EditText xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/title"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/word"
android:textAppearance="@android:style/TextAppearance.Medium"/>

<EditText
android:id="@+id/title"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="4dip"
android:layout_marginTop="4dip"
android:imeActionId="1337"
android:imeOptions="actionDone"
android:inputType="text"
android:width="160sp"/>

</LinearLayout>
android:layout_marginLeft="4dip"
android:layout_marginTop="4dip"
android:hint="@string/word"
android:imeActionId="1337"
android:imeOptions="actionDone"
android:inputType="text"
android:width="160sp"/>
2 changes: 1 addition & 1 deletion Testing/JUnit/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
<string name="app_name">Action Bar Fragment Demo</string>
<string name="add">Add</string>
<string name="reset">Reset</string>
<string name="word">Word:</string>
<string name="word">Word</string>
</resources>

0 comments on commit ff874d6

Please sign in to comment.