summaryrefslogtreecommitdiffstats
path: root/res/layout/page_indicator_marker.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2013-09-19 19:28:21 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-09-19 19:28:21 +0000
commit94e01d606ff9c295989333a4825e6b60d1719f4b (patch)
tree2a1b9817109ea2e13c290c8f3aed7862b47b878d /res/layout/page_indicator_marker.xml
parent437dec39ee89ba6817967ae5bd75d663eecad5db (diff)
parent74ccebe3c64413105302e4ad9ca4090763b6c2bc (diff)
downloadandroid_packages_apps_Trebuchet-94e01d606ff9c295989333a4825e6b60d1719f4b.tar.gz
android_packages_apps_Trebuchet-94e01d606ff9c295989333a4825e6b60d1719f4b.tar.bz2
android_packages_apps_Trebuchet-94e01d606ff9c295989333a4825e6b60d1719f4b.zip
Merge "Updated launcher assets." into jb-ub-now-indigo-rose
Diffstat (limited to 'res/layout/page_indicator_marker.xml')
-rw-r--r--res/layout/page_indicator_marker.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/layout/page_indicator_marker.xml b/res/layout/page_indicator_marker.xml
index 496f3bdc9..ac7459de6 100644
--- a/res/layout/page_indicator_marker.xml
+++ b/res/layout/page_indicator_marker.xml
@@ -16,20 +16,20 @@
<com.android.launcher3.PageIndicatorMarker
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
+ android:layout_width="16dp"
+ android:layout_height="16dp"
android:layout_gravity="center_vertical">
<ImageView
android:id="@+id/inactive"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:src="@drawable/inactive_page"
+ android:src="@drawable/ic_pageindicator_default"
/>
<ImageView
android:id="@+id/active"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:src="@drawable/active_page"
+ android:src="@drawable/ic_pageindicator_current"
android:alpha="0"
/>
</com.android.launcher3.PageIndicatorMarker>