Merge "Updated launcher assets." into jb-ub-now-indigo-rose
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 7.0 KiB |
Before Width: | Height: | Size: 9.0 KiB After Width: | Height: | Size: 6.8 KiB |
After Width: | Height: | Size: 607 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 668 B |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 4.2 KiB |
After Width: | Height: | Size: 504 B |
After Width: | Height: | Size: 820 B |
After Width: | Height: | Size: 503 B |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 7.7 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 9.5 KiB |
After Width: | Height: | Size: 710 B |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 828 B |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 2.2 KiB |
After Width: | Height: | Size: 1.5 KiB |
|
@ -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>
|
||||
|
|