46 lines
1.6 KiB
XML
46 lines
1.6 KiB
XML
<!--
|
|
~ Aurora Store
|
|
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
|
~
|
|
~ Aurora Store is free software: you can redistribute it and/or modify
|
|
~ it under the terms of the GNU General Public License as published by
|
|
~ the Free Software Foundation, either version 2 of the License, or
|
|
~ (at your option) any later version.
|
|
~
|
|
~ Aurora Store is distributed in the hope that it will be useful,
|
|
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
~ GNU General Public License for more details.
|
|
~
|
|
~ You should have received a copy of the GNU General Public License
|
|
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
|
~
|
|
-->
|
|
|
|
<resources>
|
|
|
|
<style name="AuroraProgressView">
|
|
<item name="minWidth">32dp</item>
|
|
<item name="maxWidth">46dp</item>
|
|
<item name="minHeight">36dp</item>
|
|
<item name="maxHeight">36dp</item>
|
|
<item name="indicatorName">BallPulseIndicator</item>
|
|
</style>
|
|
|
|
<style name="AuroraProgressView.Large">
|
|
<item name="minWidth">48dp</item>
|
|
<item name="maxWidth">48dp</item>
|
|
<item name="minHeight">56dp</item>
|
|
<item name="maxHeight">56dp</item>
|
|
<item name="indicatorName">BallPulseIndicator</item>
|
|
</style>
|
|
|
|
<style name="AuroraProgressView.Small">
|
|
<item name="minWidth">24dp</item>
|
|
<item name="maxWidth">24dp</item>
|
|
<item name="minHeight">24dp</item>
|
|
<item name="maxHeight">24dp</item>
|
|
<item name="indicatorName">BallPulseIndicator</item>
|
|
</style>
|
|
</resources>
|