aboutsummaryrefslogtreecommitdiffstats
path: root/play-services-base/res/values/common_attrs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'play-services-base/res/values/common_attrs.xml')
-rw-r--r--play-services-base/res/values/common_attrs.xml31
1 files changed, 0 insertions, 31 deletions
diff --git a/play-services-base/res/values/common_attrs.xml b/play-services-base/res/values/common_attrs.xml
deleted file mode 100644
index 8740250..0000000
--- a/play-services-base/res/values/common_attrs.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!-- Copyright 2014 Google Inc. All Rights Reserved. -->
-<resources>
-
- <!-- Attributes for LoadingImageView -->
- <declare-styleable name="LoadingImageView">
-
- <!--
- What kind of aspect ratio adjustment to do. It must be one of "none", "adjust_width",
- or "adjust_height".
- -->
- <attr name="imageAspectRatioAdjust" format="enum">
- <enum name="none" value="0" />
- <enum name="adjust_width" value="1" />
- <enum name="adjust_height" value="2" />
- </attr>
-
- <!--
- The fixed aspect ratio to use in aspect ratio adjustments.
- -->
- <attr name="imageAspectRatio" format="float" />
-
- <!--
- Whether or not this view should have a circular clip applied
- -->
- <attr name="circleCrop" format="boolean" />
-
- </declare-styleable>
-
-</resources>