diff options
author | Luan Nguyen <luann@google.com> | 2015-01-15 19:36:35 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-01-15 19:36:35 +0000 |
commit | e184b2f2355e572fa67e748e625e4eea0ac29201 (patch) | |
tree | 3d1985de6551ada069751d50a00762f38af351c0 | |
parent | 9787039d91ad23805a1e73e1cd973b85295b85c2 (diff) | |
parent | d5a114cd0e15bdd263bfd9704bdfeacd28dfe670 (diff) | |
download | frameworks_base-e184b2f2355e572fa67e748e625e4eea0ac29201.zip frameworks_base-e184b2f2355e572fa67e748e625e4eea0ac29201.tar.gz frameworks_base-e184b2f2355e572fa67e748e625e4eea0ac29201.tar.bz2 |
am d5a114cd: am d3cc11a1: docs: Remove reference to handheld app for bitmap resource locations.
* commit 'd5a114cd0e15bdd263bfd9704bdfeacd28dfe670':
docs: Remove reference to handheld app for bitmap resource locations.
-rw-r--r-- | docs/html/training/wearables/notifications/creating.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/training/wearables/notifications/creating.jd b/docs/html/training/wearables/notifications/creating.jd index 542664b..6f8497a 100644 --- a/docs/html/training/wearables/notifications/creating.jd +++ b/docs/html/training/wearables/notifications/creating.jd @@ -270,10 +270,10 @@ methods are just two examples of new notification features available with {@link android.support.v4.app.NotificationCompat.WearableExtender#setBackground setBackground()} should have a resolution of 400x400 for non-scrolling backgrounds and 640x400 for backgrounds that support parallax scrolling. Place these bitmap images in the <code>res/drawable-nodpi</code> -directory of your handheld app. Place other non-bitmap resources for wearable notifications, such +directory. Place other non-bitmap resources for wearable notifications, such as those used with the {@link android.support.v4.app.NotificationCompat.WearableExtender#setContentIcon setContentIcon()} -method, in the <code>res/drawable-hdpi</code> directory of your handheld app.</p> +method, in the <code>res/drawable-hdpi</code> directory.</p> <p>If you ever need to read wearable-specific options at a later time, use the corresponding get method for the option. This example calls the |