Hi keraisureshv,
try in this way:
<Button
android:id="@+id/button_normal"
>
>
> android:text="abcd"
> android:layout_width="wrap_content"
> android:layout_height="wrap_content"
> />
Thanks,
Dolan.
On Wed, May 28, 2008 at 10:22 PM, [EMAIL PROTECTED] <
[EMAIL PROTECTED]> wrote:
>
> Hi Friends i Want to add Button. So i written xml code but following
> error occur. and new xml file is not creater i use eclipse for develop
> application. so sent me idea about this queries.
>
> xml code and error
>
> <button
> android:id="@+id/button_normal"
> android:text="@string/buttons_1_normal"
> android:layout_width="wrap_content"
> android:layout_height="wrap_content"
> ></button>
>
> Error like "No Resources found that matches the given name (at "text"
> with value' ="@+id/button_normal'
>
> This error occur at <button possition
> >
>
--~--~---------~--~----~------------~-------~--~----~
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]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---