xref: /aosp_15_r20/external/subsampling-scale-image-view/library/src/main/res/values/attrs.xml (revision b596130c744e645677984e0225561b580e00a40b)
1<?xml version="1.0" encoding="utf-8"?>
2<resources>
3
4    <declare-styleable name="SubsamplingScaleImageView">
5        <attr name="src" format="reference"/>
6        <attr name="assetName" format="string"/>
7        <attr name="panEnabled" format="boolean"/>
8        <attr name="zoomEnabled" format="boolean"/>
9        <attr name="quickScaleEnabled" format="boolean"/>
10        <attr name="tileBackgroundColor" format="color"/>
11    </declare-styleable>
12
13</resources>
14