基於帶有文字「Dice」的圖片刪除文字及其背景
如何刪除藍色背景顏色的文字骰子?
在Android和IM使用API 25
林新手,謝謝!
<?xml version="1.0" encoding="utf-8"?>
<TableLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/activity_result"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
tools:context="com.jfdimarzio.dice.ResultActivity">
</TableLayout>
我不明白你爲什麼把TableLayout xml放在這裏,如果你發現在哪裏和什麼元素集「骰子」你可以把「」(空)放在setText屬性 –