자주 쓰는 말, 녹음해 보세요.
렌더링:
먼저 새 XML 파일 bg_gradient.xml을 만듭니다.
<?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" > <gradient android:startColor="#55FF0000" android:centerColor="#99A73C3C" android:endColor="#99000000" android:angle="270" /> <corners android:radius="0dip" /> </shape>
레이아웃 파일에 인용
android:background="@drawable/bg_gradient"
Android 더보기 배경 이미지의 색상 그라데이션을 구현하는 방법에 대한 관련 기사를 보려면 PHP 중국어 웹사이트를 주목하세요!