我正在按照這裏給出的答案Array of images stacked next to each other, using LayerDrawable.(Displaying multiple image in single imageview) 。我的圖像是38x38大小。 這是我的代碼: Drawable[] layers = new Drawable[2];
layers[0]=cActi
我正嘗試用這篇文章爲android應用程序創建初始屏幕:Splash Screens the Right Way。正如文章所說,我創建了具有兩層的LayerDrawable:背景位圖和徽標(也是位圖)。例如,徽標需要位於屏幕底部,縮進32dp。這裏我繪製: <item
android:drawable="@drawable/splash_image" />
<item
an