Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 95288e41 authored by Kirill Grouchnikov's avatar Kirill Grouchnikov Committed by Android (Google) Code Review
Browse files

Merge "Document exception throwing in TabHost"

parents 686bcc52 90ac2ac5
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -113,6 +113,7 @@ public class TabHost extends FrameLayout implements ViewTreeObserver.OnTouchMode
     * Creates a new {@link TabSpec} associated with this tab host.
     * Creates a new {@link TabSpec} associated with this tab host.
     *
     *
     * @param tag tag for the tab specification, must be non-null
     * @param tag tag for the tab specification, must be non-null
     * @throws IllegalArgumentException If the passed tag is null
     */
     */
    @NonNull
    @NonNull
    public TabSpec newTabSpec(@NonNull String tag) {
    public TabSpec newTabSpec(@NonNull String tag) {
@@ -203,6 +204,8 @@ mTabHost.addTab(TAB_TAG_1, "Hello, world!", "Tab 1");
    /**
    /**
     * Add a tab.
     * Add a tab.
     * @param tabSpec Specifies how to create the indicator and content.
     * @param tabSpec Specifies how to create the indicator and content.
     * @throws IllegalArgumentException If the passed tab spec has null indicator strategy and / or
     *      null content strategy.
     */
     */
    public void addTab(TabSpec tabSpec) {
    public void addTab(TabSpec tabSpec) {