A Drawable that manages an array of other Drawables.
Background I'm trying to make a (fake) shadow below a view, so that the layers would be vertical in this …
android gradient android-drawable layer-listI have this XML drawable - tab_background_unselected: <?xml version="1.0" encoding="utf-8"?> <layer-list xmlns:android="http://…
android xml layer-listYesterday, I've switched to Android Studio version 2.1.3. Today, I've re-opened one of my projects and tried to add some layer-list …
android android-studio layer-list android-shapedrawableI'm trying to center a drawable image with some padding on either side to use as a splash screen logo. …
android xml android-layout splash-screen layer-listWhat is the purpose of android shape xml tag useLevel attribute ? This is in respect to a layer-list but should …
android xml android-drawable layer-listI am currently trying to convert the following XML to be created programmatically so that I can set the top …
android xml drawing shape layer-listI want my LayerList to have an opacity of 80 so I wrote: <layer-list xmlns:android="http://schemas.android.com/…
android android-layout opacity layer-listHi I am trying to create a background drawable for my splash screen which I'll be setting in theme itself. …
android layer-listI don't understand what is going on with this code. <layer-list xmlns:android="http://schemas.android.com/apk/res/…
android xml gradient layer-list