Files
frameworks_base/tests/HwAccelerationTest/res/layout/_paths.xml
Xavier Ducrohet d348b6eaa9 LayoutLib: support for Path and BitmapShader using delegates.
Also created delegates for all missing shader, xfermode
and patheffect classes. Moved the logic of the xfermode,
and patheffects that was in Canvas_Delegate into the
xfermode/patheffect classes, and added support (in all
3 clases) for knowing if the shader/xfermode/patheffect
is actually supported or not. Make use of fidelityWarning
in LayoutLog if they are not.
2010-12-21 10:43:18 -08:00

7 lines
272 B
XML

<?xml version="1.0" encoding="utf-8"?>
<com.android.test.hwui.PathsActivity.PathsView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
</com.android.test.hwui.PathsActivity.PathsView>