android按鈕透明設置

設置安卓按鈕透明,且去除陰影的方式。


<Button android:id="@+id/game_start"
    android:layout_width="130dp"
    android:layout_height="60dp"
    android:layout_marginTop="102dp"
    android:layout_marginLeft="80dp"
    android:background="@android:color/transparent"
    android:theme="@android:style/Theme.Translucent" />


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章