Skip to content

Commit

Permalink
Merge pull request sudar#1 from iBadrinath/master
Browse files Browse the repository at this point in the history
Merged changes from Badrinath
  • Loading branch information
sudar committed Aug 5, 2011
2 parents 7f442f8 + b8ff0e7 commit b682a61
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions HomeWork1/res/layout/main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/title"
android:layout_gravity="center" android:gravity="center"
android:layout_marginBottom="15dip" android:layout_marginTop="15dip" android:text="@string/title"
/>
<Button
android:id="@+id/dialer_button"
android:layout_width="fill_parent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/dialer"
/>
Expand Down
2 changes: 1 addition & 1 deletion HomeWork1/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="title">Phone Dialer</string>
<string name="title">This is a sample app which launches default dialer activity</string>
<string name="dialer">Phone Dialer</string>
<string name="app_name">HomeWork 1</string>
</resources>
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ This sample project explains how to use [Array Adapter and List view](http://sud

Explanation about the code can be found in the [corresponding blog entry](http://sudarmuthu.com/blog/using-arrayadapter-and-listview-in-android-applications) in my blog.

# License
## License

All code samples are released under GPL license. So feel free to use them in your project.

0 comments on commit b682a61

Please sign in to comment.