Skip to content

Instantly share code, notes, and snippets.

@cutiko
Created June 16, 2016 22:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cutiko/4b4f02169221f154e733b74adce330c8 to your computer and use it in GitHub Desktop.
Save cutiko/4b4f02169221f154e733b74adce330c8 to your computer and use it in GitHub Desktop.
Use images inside drawables
<?xml version="1.0" encoding="UTF-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<bitmap
android:gravity="bottom|center_horizontal"
android:src="@mipmap/ic_drag_handle_white_18px" />
</item>
</layer-list>