Skip to content

Commit cf0ca99

Browse files
author
Michael Chan
committed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

core/java/android/database/sqlite/package.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Contains the SQLite database management
44
classes that an application would use to manage its own private database.
55
<p>
6-
Applications use these classes to maange private databases. If creating a
6+
Applications use these classes to manage private databases. If creating a
77
content provider, you will probably have to use these classes to create and
88
manage your own database to store content. See <a
99
href="{@docRoot}guide/topics/providers/content-providers.html">Content Providers</a> to learn

core/java/android/os/CountDownTimer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* Example of showing a 30 second countdown in a text field:
2626
*
2727
* <pre class="prettyprint">
28-
* new CountdownTimer(30000, 1000) {
28+
* new CountDownTimer(30000, 1000) {
2929
*
3030
* public void onTick(long millisUntilFinished) {
3131
* mTextField.setText("seconds remaining: " + millisUntilFinished / 1000);

docs/html/guide/topics/resources/drawable-resource.jd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1458,7 +1458,7 @@ In XML: <code>@[<em>package</em>:]drawable/<em>filename</em></code>
14581458
android:gradientRadius="<em>integer</em>"
14591459
android:startColor="<em>color</em>"
14601460
android:type=["linear" | "radial" | "sweep"]
1461-
android:usesLevel=["true" | "false"] /&gt;
1461+
android:useLevel=["true" | "false"] /&gt;
14621462
&lt;<a href="#padding-element">padding</a>
14631463
android:left="<em>integer</em>"
14641464
android:top="<em>integer</em>"

0 commit comments

Comments
 (0)