Loading core/java/android/database/sqlite/package.html +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ Contains the SQLite database management classes that an application would use to manage its own private database. <p> Applications use these classes to maange private databases. If creating a Applications use these classes to manage private databases. If creating a content provider, you will probably have to use these classes to create and manage your own database to store content. See <a href="{@docRoot}guide/topics/providers/content-providers.html">Content Providers</a> to learn Loading core/java/android/os/CountDownTimer.java +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ import android.util.Log; * Example of showing a 30 second countdown in a text field: * * <pre class="prettyprint"> * new CountdownTimer(30000, 1000) { * new CountDownTimer(30000, 1000) { * * public void onTick(long millisUntilFinished) { * mTextField.setText("seconds remaining: " + millisUntilFinished / 1000); Loading docs/html/guide/topics/resources/drawable-resource.jd +1 −1 Original line number Diff line number Diff line Loading @@ -1458,7 +1458,7 @@ In XML: <code>@[<em>package</em>:]drawable/<em>filename</em></code> android:gradientRadius="<em>integer</em>" android:startColor="<em>color</em>" android:type=["linear" | "radial" | "sweep"] android:usesLevel=["true" | "false"] /> android:useLevel=["true" | "false"] /> <<a href="#padding-element">padding</a> android:left="<em>integer</em>" android:top="<em>integer</em>" Loading Loading
core/java/android/database/sqlite/package.html +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ Contains the SQLite database management classes that an application would use to manage its own private database. <p> Applications use these classes to maange private databases. If creating a Applications use these classes to manage private databases. If creating a content provider, you will probably have to use these classes to create and manage your own database to store content. See <a href="{@docRoot}guide/topics/providers/content-providers.html">Content Providers</a> to learn Loading
core/java/android/os/CountDownTimer.java +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ import android.util.Log; * Example of showing a 30 second countdown in a text field: * * <pre class="prettyprint"> * new CountdownTimer(30000, 1000) { * new CountDownTimer(30000, 1000) { * * public void onTick(long millisUntilFinished) { * mTextField.setText("seconds remaining: " + millisUntilFinished / 1000); Loading
docs/html/guide/topics/resources/drawable-resource.jd +1 −1 Original line number Diff line number Diff line Loading @@ -1458,7 +1458,7 @@ In XML: <code>@[<em>package</em>:]drawable/<em>filename</em></code> android:gradientRadius="<em>integer</em>" android:startColor="<em>color</em>" android:type=["linear" | "radial" | "sweep"] android:usesLevel=["true" | "false"] /> android:useLevel=["true" | "false"] /> <<a href="#padding-element">padding</a> android:left="<em>integer</em>" android:top="<em>integer</em>" Loading