나는 가지고있다
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid
android:color="#FFFF00" />
<padding android:left="7dp"
android:top="7dp"
android:right="7dp"
android:bottom="7dp" />
</shape>
<TextView
android:background="@drawable/test"
android:layout_height="45dp"
android:layout_width="100dp"
android:text="Moderate"
/>
이제 웹 서비스 호출에서 얻은 정보에 따라이 모양이 색상을 변경하기를 원합니다. 따라서 웹 서비스 호출에서 수신 한 색상에 따라 노란색 또는 녹색 또는 빨간색 일 수 있습니다.
도형의 색상을 어떻게 바꿀 수 있습니까? 이 정보를 바탕으로?
View.getBackground()
반환합니다 . [Android Shape doc] ( developer.android.com/guide/topics/resources/… ) 상태 : COMPILED RESOURCE DATATYPE :에 대한 리소스 포인터 .GradientDrawable
ShapeDrawable
GradientDrawable