summaryrefslogtreecommitdiffstats
path: root/res/layout/page_indicator_marker.xml
diff options
context:
space:
mode:
authorTony Wickham <twickham@google.com>2016-05-18 02:17:13 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-05-18 02:17:13 +0000
commit8617f3b3baf67a698afad189389ef3342c9cc80b (patch)
treeb8ecc224e265d114f6c5007c2020783394566e61 /res/layout/page_indicator_marker.xml
parent53d9b5282ac292a92dcaab99a597b298736da654 (diff)
parentae007814289a465be3df1ddca276e30f73460a97 (diff)
downloadandroid_packages_apps_Trebuchet-8617f3b3baf67a698afad189389ef3342c9cc80b.tar.gz
android_packages_apps_Trebuchet-8617f3b3baf67a698afad189389ef3342c9cc80b.tar.bz2
android_packages_apps_Trebuchet-8617f3b3baf67a698afad189389ef3342c9cc80b.zip
Merge "Add PageIndicator interface and custom PageIndicatorLine view." into ub-launcher3-calgary
am: ae00781428 * commit 'ae007814289a465be3df1ddca276e30f73460a97': Add PageIndicator interface and custom PageIndicatorLine view. Change-Id: I5e541836b8628236e2cd91a7f3aa37c52ac70f06
Diffstat (limited to 'res/layout/page_indicator_marker.xml')
-rw-r--r--res/layout/page_indicator_marker.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/page_indicator_marker.xml b/res/layout/page_indicator_marker.xml
index 564a95811..357a76186 100644
--- a/res/layout/page_indicator_marker.xml
+++ b/res/layout/page_indicator_marker.xml
@@ -13,7 +13,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<com.android.launcher3.PageIndicatorMarker
+<com.android.launcher3.pageindicators.PageIndicatorDot
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:launcher="http://schemas.android.com/apk/res-auto"
android:layout_width="12dp"
@@ -36,4 +36,4 @@
android:scaleX="0.5"
android:scaleY="0.5"
/>
-</com.android.launcher3.PageIndicatorMarker>
+</com.android.launcher3.pageindicators.PageIndicatorDot>