"Dice"というテキストの画像に基づいてテキストとその背景を削除する
青い背景色のテキストダイスを削除するにはどうすればよいですか? API 25
を使用して
アンドロイドとIMでイムの初心者は、ありがとうございます!
<?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属性に "Dice" –