所有人都试图使用自定义标题来满足此要求.
我没有使用自定义标题就达到了这个 只需在setContentView()之后在活动的onCreate()中使用下面的代码.
GradientDrawable gd = new GradientDrawable(GradientDrawable.Orientation.TOP_BOTTOM, new int[] {Color.RED,Color.GREEN});
View title = getWindow().findViewById(android.R.id.title);
View titleBar = (View) title.getParent();
titleBar.setBackgroundDrawable(gd);
Run Code Online (Sandbox Code Playgroud)
享受以上代码.下面的图像是我的应用程序的屏幕截图,渐变颜色作为标题栏背景.
归档时间: |
|
查看次数: |
5067 次 |
最近记录: |