我有一个文本视图,我可以将其背景颜色设置为全息绿光,如此处所述。
但是,我不知道如何通过 XML 做到这一点。是否可以?我目前有:
<TextView
android:text="2"
android:textSize="200sp"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:id="@+id/textView2"
android:background="#00FF00"
android:gravity="center"
android:textColor="#EEEEEE"
android:layout_alignParentRight="true" />
但是,我无法将 android:background 更改为以某种方式引用全息绿灯。
有没有人有什么建议?我试过“@android:color/”但没有骰子。