您好,登錄后才能下訂單哦!
在Android中,可以通過設置RadioButton控件的android:button屬性為null,然后在RadioButton控件中嵌套一個TextView控件來實現文字浮雕的效果。具體步驟如下:
<RadioButton
android:id="@+id/radioButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:button="@null">
<TextView
android:id="@+id/textView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="RadioButton文字"
android:textColor="#000000"
android:textStyle="bold"
android:shadowColor="#FFFFFF"
android:shadowDx="1"
android:shadowDy="1"
android:shadowRadius="1"/>
</RadioButton>
這樣就可以實現RadioButton控件文字浮雕的效果。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。