OSDN Git Service

Adds the lightning badge for Instant Apps
authorJesse Evans <jsje@google.com>
Wed, 29 Mar 2017 00:30:09 +0000 (17:30 -0700)
committerJesse Evans <jsje@google.com>
Fri, 31 Mar 2017 02:26:15 +0000 (02:26 +0000)
commit0b7037c24ed003d7edaff757360db8b52b74a4e2
tree0f3e5c009f7c6653bd43daf954580982d61e7355
parente52758588a1f39ec27f7706f1cc598f396789d7c
Adds the lightning badge for Instant Apps

Adds the lightning bolt badge for Instant Apps to the
InstalledAppDetails page.

Test: Robolectric test to ensure the badge is shown for Instant Apps
and also that it is not shown for installed apps.

Bug: 36512295
Change-Id: I8496d684fa3a9dc316fa5af16399e6d07f68255a
(cherry picked from commit 2400d31651142214159ec571064485a4346cb732)
res/drawable/ic_instant_apps_badge.xml [new file with mode: 0644]
res/drawable/ic_instant_apps_badge_bg.xml [new file with mode: 0644]
res/layout/app_details.xml
src/com/android/settings/applications/AppHeaderController.java
tests/robotests/src/com/android/settings/applications/AppHeaderControllerTest.java