albertopasca.it
[Android] – Button with rounded corners - while (true) { }
Based on the last post, for iOS “UIButton with rounded corners“, now the Android version. It’s just a simple shape file (xml). In your res project folder, make a new folder called xml of type xml, and add a new shape file, for example rounded_blue.xml. [code lang=”xml” autolinks=”false” collapse=”false” firstline=”1″ gutter=”true” htmlscript=”false” light=”false” padlinenumbers=”false” smarttabs=”true” tabsize=”4″ toolbar=”false”] android:shape="rectangle"> Read More
Alberto Pasca