diff options
| author | 2019-07-22 15:54:30 -0700 | |
|---|---|---|
| committer | 2019-07-22 15:54:30 -0700 | |
| commit | 07b2351189e19da2c15cd66ceec699139568f16a (patch) | |
| tree | 5aea719695864ca6d26deee7a991ec871df5a154 | |
| parent | 88fc0c33a385cd5d32663b16b960853c119f6dfc (diff) | |
| parent | 655931d20f3e4d136ee5b6befaaba8f976bdab23 (diff) | |
Merge "docs: Fixed link in setCurrentTab() description" into qt-dev am: 2839f24e64 am: 21083088e9
am: 655931d20f
Change-Id: I87418f118f8e1383ac86806dc85a0e799eaf3aad
| -rw-r--r-- | core/java/android/widget/TabWidget.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/widget/TabWidget.java b/core/java/android/widget/TabWidget.java index 49a0f39b3bad..4c67b080252a 100644 --- a/core/java/android/widget/TabWidget.java +++ b/core/java/android/widget/TabWidget.java @@ -433,7 +433,7 @@ public class TabWidget extends LinearLayout implements OnFocusChangeListener { * to the next tabbed view, in this example). * <p> * To move both the focus AND the selected tab at once, please use - * {@link #setCurrentTab}. Normally, the view logic takes care of + * {@link #focusCurrentTab}. Normally, the view logic takes care of * adjusting the focus, so unless you're circumventing the UI, * you'll probably just focus your interest here. * |