File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
docs/html/guide/topics/resources Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33Contains the SQLite database management
44classes 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
77content provider, you will probably have to use these classes to create and
88manage your own database to store content. See < a
99href ="{@docRoot}guide/topics/providers/content-providers.html "> Content Providers</ a > to learn
Original file line number Diff line number Diff line change 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);
Original file line number Diff line number Diff 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"] />
1461+ android:useLevel =["true" | "false"] />
14621462 <<a href="#padding-element">padding</a>
14631463 android:left="<em>integer</em>"
14641464 android:top="<em>integer</em>"
You can’t perform that action at this time.
0 commit comments