誰かが私のビューのために背景のxmlとしてshape drawableを使う方法を手伝ってくれて本当に感謝しています。私の背景としてshape drawableを使用しています。
これは私が試したものです: しかし、私は決して色を取得します。 Androidはどの色属性に関係なく、常に私に白の背景に黒のテキストを表示します。
私が試した<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<stroke android:width="1dip" android:color="#FBBB" />
<solid android:color="#6000"/>
</shape>
、私はこれは私がしようとした限られた結果であるグーグル
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle"
android:background="#6000>
</shape>
動作しません、私が試した
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle"
android:color="#6000>
</shape>
を、動作しません。
あなた形状の例がここで働いてみてください。表示 –
@ n179911で正しく設定していない可能性があります。あなたのタイトルは、help inという単語で始まらないでください。助けを探していることは既にわかっています – Casebash