xref: /aosp_15_r20/external/robolectric/testapp/src/main/res/drawable/drawable_with_nine_patch.xml (revision e6ba16074e6af37d123cb567d575f496bf0a58ee)
1<?xml version="1.0" encoding="UTF-8"?>
2<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> <!-- default -->
3  <item>
4    <nine-patch android:src="@drawable/nine_patch_drawable">
5    </nine-patch>
6  </item>
7</layer-list>