Skip to content
Snippets Groups Projects
button_pressed.xml 272 B
Newer Older
Edmund Jochim's avatar
Edmund Jochim committed
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <solid android:color="#5a821b" /> <!-- Pressed color -->
    <corners android:radius="8dp" />
    <padding android:left="16dp" android:top="16dp" android:right="16dp" android:bottom="16dp" />
</shape>