I am stucked in Dialog Activity Adroid sample, and need your kind
help!

my main.xml has error as above title. I guess it tells something wrong
in my strings.xml, but what value should be given to what string in
strings.xml?

my main.xml
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android";
android:id="@+id/text"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:gravity="center_vertical|center_horizontal"
android:text="@string/dialog_activity_text"/>

my strings.xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="app_name">std dialog activity</string>
</resources>

Appreciate your debug!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to