diff options
| author | Raphael <raphael@google.com> | 2010-03-06 10:09:54 -0800 |
|---|---|---|
| committer | Raphael <raphael@google.com> | 2010-03-06 10:09:54 -0800 |
| commit | 30df237f19228ef38d91b92fa0d0809a5c61d2a4 (patch) | |
| tree | 6311ac5517af7c98285ea9bdd3a6d5015b3dcbf2 /core/java/android/webkit/WebView.java | |
| parent | 4c2d7b5198a1fa8b7105dbb2e5356a6e1d1ee0cc (diff) | |
ADT: Mark WebView as a Widget. Eclipse/ADT will display it in the GUI creator.
SDK Bug 1588698
Change-Id: I47321a0e21a0761d20ed5e61a1a1db1024a141c5
Diffstat (limited to 'core/java/android/webkit/WebView.java')
| -rw-r--r-- | core/java/android/webkit/WebView.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/java/android/webkit/WebView.java b/core/java/android/webkit/WebView.java index b8d71b96cb68..65ae05956582 100644 --- a/core/java/android/webkit/WebView.java +++ b/core/java/android/webkit/WebView.java @@ -16,6 +16,7 @@ package android.webkit; +import android.annotation.Widget; import android.app.AlertDialog; import android.content.Context; import android.content.DialogInterface; @@ -207,6 +208,7 @@ import junit.framework.Assert; * changes, and then just leave the WebView alone. It'll automatically * re-orient itself as appropriate.</p> */ +@Widget public class WebView extends AbsoluteLayout implements ViewTreeObserver.OnGlobalFocusChangeListener, ViewGroup.OnHierarchyChangeListener { |
