aboutsummaryrefslogtreecommitdiff
path: root/core-ui/src/main/res/values/attr.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core-ui/src/main/res/values/attr.xml')
-rw-r--r--core-ui/src/main/res/values/attr.xml40
1 files changed, 20 insertions, 20 deletions
diff --git a/core-ui/src/main/res/values/attr.xml b/core-ui/src/main/res/values/attr.xml
index 271d132..a5f9907 100644
--- a/core-ui/src/main/res/values/attr.xml
+++ b/core-ui/src/main/res/values/attr.xml
@@ -1,39 +1,39 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="ResourceName">
<declare-styleable name="BoundedCardView">
- <attr format="dimension" name="maxHeight"/>
- <attr format="float" name="maxHeightPercent"/>
+ <attr format="dimension" name="maxHeight" />
+ <attr format="float" name="maxHeightPercent" />
</declare-styleable>
<declare-styleable name="CutoutView">
- <attr format="color" name="foregroundColor"/>
- <attr name="android:text"/>
- <attr name="android:drawable"/>
- <attr name="android:minHeight"/>
- <attr format="float" name="heightPercentageToScreen"/>
- <attr name="font"/>
+ <attr format="color" name="foregroundColor" />
+ <attr name="android:text" />
+ <attr name="android:drawable" />
+ <attr name="android:minHeight" />
+ <attr format="float" name="heightPercentageToScreen" />
+ <attr name="font" />
</declare-styleable>
<declare-styleable name="ElasticDragDismissFrameLayout">
- <attr format="dimension" name="dragDismissDistance"/>
- <attr format="float" name="dragDismissFraction"/>
- <attr format="float" name="dragDismissScale"/>
- <attr format="float" name="dragElasticity"/>
+ <attr format="dimension" name="dragDismissDistance" />
+ <attr format="float" name="dragDismissFraction" />
+ <attr format="float" name="dragDismissScale" />
+ <attr format="float" name="dragElasticity" />
</declare-styleable>
<declare-styleable name="InkPageIndicator">
- <attr format="dimension" name="dotDiameter"/>
- <attr format="dimension" name="dotGap"/>
- <attr format="integer" name="animationDuration"/>
- <attr format="color" name="pageIndicatorColor"/>
- <attr format="color" name="currentPageIndicatorColor"/>
+ <attr format="dimension" name="dotDiameter" />
+ <attr format="dimension" name="dotGap" />
+ <attr format="integer" name="animationDuration" />
+ <attr format="color" name="pageIndicatorColor" />
+ <attr format="color" name="currentPageIndicatorColor" />
</declare-styleable>
<declare-styleable name="TextSlider">
<attr format="enum" name="animation_type">
- <enum name="none" value="1000"/>
- <enum name="slide_horizontal" value="1001"/>
- <enum name="slide_vertical" value="1002"/>
+ <enum name="none" value="1000" />
+ <enum name="slide_horizontal" value="1001" />
+ <enum name="slide_vertical" value="1002" />
</attr>
</declare-styleable>
</resources>