11 lines
612 B
XML
11 lines
612 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string name="dsv_ex_msg_adapter_wrong_recycler">InfiniteScrollAdapter is supposed to work only with DiscreteScrollView</string>
|
|
<string name="dsv_ex_msg_dont_set_lm">You should not set LayoutManager on DiscreteScrollView.class instance. Library uses a special one. Just don\'t call the method.</string>
|
|
<declare-styleable name="DiscreteScrollView">
|
|
<attr format="enum" name="dsv_orientation">
|
|
<enum name="horizontal" value="0"/>
|
|
<enum name="vertical" value="1"/>
|
|
</attr>
|
|
</declare-styleable>
|
|
</resources> |