2012年10月8日 星期一

Android Layout background 設定

在layout要讓物件(Button 等等...)沒有預設的框線

可以在

xml
-----------
android:buckground="@null"



style.xml
-----------
<item name="android:background">@null</item>






http://www.mkyong.com/android/android-imagebutton-selector-example/