diff --git a/AndroidManifest.xml b/AndroidManifest.xml index bcb522b21f..7d65bdc0ed 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -82,6 +82,7 @@ + diff --git a/go/res/values-v26/bools.xml b/go/res/values-v26/bools.xml new file mode 100644 index 0000000000..cc4a7ba449 --- /dev/null +++ b/go/res/values-v26/bools.xml @@ -0,0 +1,21 @@ + + + + + false + \ No newline at end of file diff --git a/go/res/values/override.xml b/go/res/values/override.xml new file mode 100644 index 0000000000..268cb980c7 --- /dev/null +++ b/go/res/values/override.xml @@ -0,0 +1,22 @@ + + + + + #Intent;action=android.intent.action.DELETE;launchFlags=0x10800000;B.android.intent.extra.RETURN_RESULT=true;end + \ No newline at end of file diff --git a/res/animator-v23/discovery_bounce.xml b/res/animator-v23/discovery_bounce.xml new file mode 100644 index 0000000000..8d0e8fdfb5 --- /dev/null +++ b/res/animator-v23/discovery_bounce.xml @@ -0,0 +1,43 @@ + + + + + + + + + + + diff --git a/res/anim/discovery_bounce.xml b/res/animator/discovery_bounce.xml similarity index 54% rename from res/anim/discovery_bounce.xml rename to res/animator/discovery_bounce.xml index 1f7d466189..f02ebdbace 100644 --- a/res/anim/discovery_bounce.xml +++ b/res/animator/discovery_bounce.xml @@ -1,7 +1,7 @@ - - + android:ordering="sequentially"> + android:valueTo="0.9438f" + android:valueType="floatType" /> - + android:valueType="floatType" /> diff --git a/res/drawable/ic_instant_app_badge.xml b/res/drawable/ic_instant_app_badge.xml new file mode 100644 index 0000000000..cc532309c9 --- /dev/null +++ b/res/drawable/ic_instant_app_badge.xml @@ -0,0 +1,43 @@ + + + + + + + + + \ No newline at end of file diff --git a/res/interpolator/disco_bounce_section1.xml b/res/interpolator/disco_bounce.xml similarity index 81% rename from res/interpolator/disco_bounce_section1.xml rename to res/interpolator/disco_bounce.xml index 21562165cf..6ec339ea1c 100644 --- a/res/interpolator/disco_bounce_section1.xml +++ b/res/interpolator/disco_bounce.xml @@ -16,7 +16,7 @@ --> + android:controlX1="0.35" + android:controlY1="0" + android:controlX2="0.5" + android:controlY2="1" /> diff --git a/res/interpolator/disco_bounce_section2.xml b/res/interpolator/disco_bounce_section2.xml deleted file mode 100644 index 86cc789fe2..0000000000 --- a/res/interpolator/disco_bounce_section2.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - diff --git a/res/interpolator/disco_bounce_section3.xml b/res/interpolator/disco_bounce_section3.xml deleted file mode 100644 index 1acef037cb..0000000000 --- a/res/interpolator/disco_bounce_section3.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - diff --git a/res/layout/all_apps.xml b/res/layout/all_apps.xml index 6340619abe..39df2b193c 100644 --- a/res/layout/all_apps.xml +++ b/res/layout/all_apps.xml @@ -68,11 +68,10 @@ + android:focusable="false" /> \ No newline at end of file diff --git a/res/layout/notification.xml b/res/layout/notification.xml index 4a02aa169c..1eebb434ba 100644 --- a/res/layout/notification.xml +++ b/res/layout/notification.xml @@ -49,7 +49,7 @@ android:layout_width="wrap_content" android:layout_height="match_parent" android:layout_gravity="start" - android:gravity="bottom" + android:gravity="center_vertical" android:text="@string/notifications_header" android:textSize="@dimen/notification_header_text_size" android:textColor="?android:attr/textColorPrimary" /> @@ -58,7 +58,7 @@ android:layout_width="@dimen/notification_icon_size" android:layout_height="match_parent" android:layout_gravity="end" - android:gravity="bottom|center_horizontal" + android:gravity="center" android:textSize="@dimen/notification_header_count_text_size" android:fontFamily="sans-serif-medium" android:textColor="?android:attr/textColorPrimary" /> diff --git a/res/layout/notification_main.xml b/res/layout/notification_main.xml index f681e8b06d..f94face1b1 100644 --- a/res/layout/notification_main.xml +++ b/res/layout/notification_main.xml @@ -31,7 +31,7 @@ android:background="?attr/popupColorPrimary" android:paddingStart="@dimen/notification_padding_start" android:paddingEnd="@dimen/notification_main_text_padding_end" - android:paddingBottom="16dp"> + android:paddingBottom="14dp"> diff --git a/res/values-v26/styles.xml b/res/values-v26/styles.xml index fd6fc4d504..b25f46a0cb 100644 --- a/res/values-v26/styles.xml +++ b/res/values-v26/styles.xml @@ -26,10 +26,4 @@ #616161 - - - diff --git a/res/values/attrs.xml b/res/values/attrs.xml index 7b52dae5d6..68b628fb79 100644 --- a/res/values/attrs.xml +++ b/res/values/attrs.xml @@ -20,6 +20,7 @@ + diff --git a/res/values/config.xml b/res/values/config.xml index e7ec0a0b1c..10b612ba2d 100644 --- a/res/values/config.xml +++ b/res/values/config.xml @@ -1,7 +1,7 @@ - 20 + 22 false @@ -9,7 +9,7 @@ false false - 191 + 153 @@ -19,6 +19,9 @@ q= to the data to the intent --> market://search?c=apps + + #Intent;action=android.intent.action.DELETE;launchFlags=0x10800000;end + @@ -113,6 +116,9 @@ + + + diff --git a/res/values/dimens.xml b/res/values/dimens.xml index 3f6efd794d..b1f9d63797 100644 --- a/res/values/dimens.xml +++ b/res/values/dimens.xml @@ -214,9 +214,11 @@ 12dp 15dp - 32dp - 96dp + 36dp + 84dp 32dp + + 6dp 13sp 12sp 16sp diff --git a/res/values/styles.xml b/res/values/styles.xml index 5bdf5125ab..8129e810f5 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -29,7 +29,8 @@ - - -