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

Commit 399df567 authored by Scott Main's avatar Scott Main
Browse files

docs: various link fixes and other typos from external tracker

Change-Id: I2a107f7e16429c0fe80c5e4cb67ecfaf267db301
parent f212878e
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -50,9 +50,6 @@ import com.android.internal.R;
 * Views given to the Gallery should use {@link Gallery.LayoutParams} as their
 * layout parameters type.
 * 
 * <p>See the <a href="{@docRoot}resources/tutorials/views/hello-gallery.html">Gallery
 * tutorial</a>.</p>
 * 
 * @attr ref android.R.styleable#Gallery_animationDuration
 * @attr ref android.R.styleable#Gallery_spacing
 * @attr ref android.R.styleable#Gallery_gravity
+0 −2
Original line number Diff line number Diff line
@@ -45,8 +45,6 @@ import java.util.List;
 * page. The individual elements are typically controlled using this container object, rather than
 * setting values on the child elements themselves.
 *
 * <p>See the <a href="{@docRoot}resources/tutorials/views/hello-tabwidget.html">Tab Layout
 * tutorial</a>.</p>
 */
public class TabHost extends FrameLayout implements ViewTreeObserver.OnTouchModeChangeListener {

+0 −3
Original line number Diff line number Diff line
@@ -43,9 +43,6 @@ import android.view.accessibility.AccessibilityNodeInfo;
 * of tabs, or to tweak the layout of the tab list, but most methods should be
 * called on the containing TabHost object.
 * 
 * <p>See the <a href="{@docRoot}resources/tutorials/views/hello-tabwidget.html">Tab Layout
 * tutorial</a>.</p>
 * 
 * @attr ref android.R.styleable#TabWidget_divider
 * @attr ref android.R.styleable#TabWidget_tabStripEnabled
 * @attr ref android.R.styleable#TabWidget_tabStripLeft
+0 −2
Original line number Diff line number Diff line
@@ -70,8 +70,6 @@ import java.util.regex.Pattern;
 * actually use any View subclass as a direct child of TableLayout. The View
 * will be displayed as a single row that spans all the table columns.</p>
 *
 * <p>See the <a href="{@docRoot}resources/tutorials/views/hello-tablelayout.html">Table
 * Layout tutorial</a>.</p>
 */
public class TableLayout extends LinearLayout {
    private int[] mMaxWidths;
+1 −1
Original line number Diff line number Diff line
@@ -663,7 +663,7 @@ android.app.Notification#PRIORITY_DEFAULT}, and there's two levels higher and tw

<p>High priority notifications are things that users generally want to respond to quickly,
such as a new instant message, text message, or impending event reminder. Low priority
notifications are things like </p>
notifications are things like expired calendar events or app promotions.</p>

<h3 id="SystemUI">Controls for system UI</h3>

Loading