アプリに背景のグラデーション ラジアルが必要です。実行したと思いますが、実行時にアプリが 1 つの色しか表示しません。
ここで私の描画可能な背景
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:type="radial"
android:gradientRadius="360"
android:startColor="@color/color_start"
android:endColor="@color/color_end" />
そして、アクティビティ XML で次のように呼び出します。
android:background="@drawable/background_app"
PD:下手な英語でごめんなさい