Unable to create a ToggleButton in Eclipse IDE for android

后端 未结 4 551
轻奢々
轻奢々 2020-12-19 16:31

In my android XML Graphical Layout, it can not display my ToggleButton. I get some errors (see below). I have checked all other components in the Palette window

4条回答
  •  北海茫月
    2020-12-19 17:11

    Problem is in your background drawable. Corners of your rectangle can be rounded all only by a same amount. Just like your error message says. You must set them all to same amount.

提交回复
热议问题