
위 그림처럼 MENU라는 폰트 색상을 AbsoluteLayout의 배경(@drawable/image.png)으로 할 수 있는 방법이 있을까요?
코드는 대략 이렇습니다..
<AbsoluteLayout android:background="@drawable/image.png">
<ImageView android:background="@drawable/menu_box.png" />
<TextView android:textColor="???????" />
</AbsoluteLayout >