[android-developers] switch widget reseting styles on inflating

2013-07-22 Thread Nikolay Konstantinov
Hi, 

Does anyone have ani idea why a switch widget placed in a xml file with 
defined textOn and textOff values resets these attributes, styles and other 
things, when the xml file(view) is inflated with LayoutInflater ? 

Thank you

-- 
-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[android-developers] Switch Widget

2012-05-07 Thread kiran g
 Hi,

I am new to Android..
my problem isSwitch button in android generating  an
error.please help me.
LinearLayout xmlns:android=http://schemas.android.com/apk/res/
android
android:layout_width=fill_parent
android:layout_height=fill_parent xmlns:android1=http://
schemas.android.com/apk/res/android

Switch
android1:id=@+id/switch1
android1:layout_width=wrap_content
android1:layout_height=wrap_content
android1:text=Switch /

/LinearLayout

The Error is
Missing styles. Is the correct theme chosen for this layout?
Use the Theme combo box above the layout to choose a different layout,
or fix the theme style references.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Switch Widget

2012-05-07 Thread Justin Anderson
Why have you defined an android1 namespace?

Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Mon, May 7, 2012 at 7:14 AM, kiran g kiranoc...@gmail.com wrote:

  Hi,

 I am new to Android..
 my problem isSwitch button in android generating  an
 error.please help me.
 LinearLayout xmlns:android=http://schemas.android.com/apk/res/
 android
android:layout_width=fill_parent
android:layout_height=fill_parent xmlns:android1=http://
 schemas.android.com/apk/res/android

Switch
android1:id=@+id/switch1
android1:layout_width=wrap_content
android1:layout_height=wrap_content
android1:text=Switch /

 /LinearLayout

 The Error is
 Missing styles. Is the correct theme chosen for this layout?
 Use the Theme combo box above the layout to choose a different layout,
 or fix the theme style references.

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en