Michael Chan
2011-10-20 14:50:09 -07:00
parent 995fe182f7
commit cf0ca99a22
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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);

View File

@@ -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"] /&gt;
android:useLevel=["true" | "false"] /&gt;
&lt;<a href="#padding-element">padding</a>
android:left="<em>integer</em>"
android:top="<em>integer</em>"