drawable - изображения

  • drawable-hdpi

  • drawable-ldpi

  • drawable-mdpi

shape

<shape
    xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">

    <solid
        android:color="#99000099" />

</shape>

solid

<solid
    android:color="#99000099" />