summaryrefslogtreecommitdiffstats
path: root/res/layout/page_indicator_marker.xml
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2013-09-19 15:03:00 -0400
committerDaniel Sandler <dsandler@android.com>2013-09-19 15:03:00 -0400
commit74ccebe3c64413105302e4ad9ca4090763b6c2bc (patch)
tree691b126ef62787b125403782c5ec7181ec22d52a /res/layout/page_indicator_marker.xml
parentdbdff6bc7b225255207a46fad8f536b55a18efac (diff)
downloadandroid_packages_apps_Trebuchet-74ccebe3c64413105302e4ad9ca4090763b6c2bc.tar.gz
android_packages_apps_Trebuchet-74ccebe3c64413105302e4ad9ca4090763b6c2bc.tar.bz2
android_packages_apps_Trebuchet-74ccebe3c64413105302e4ad9ca4090763b6c2bc.zip
Updated launcher assets.
- new All Apps - new pagination indicators (including one for "add" which is not yet used) Bug: 10807054 Change-Id: I49c949d635cb1e0b2540e3e8ab44ba62e9ea45f8
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>