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

Commit 90d311ff authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change I33e0f00e into eclair

* changes:
  docs: fix markup error in xml sample
parents 678c2e35 33e0f00e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -124,9 +124,9 @@ folder.</p>

<pre>
&lt;appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
    android:minWidth="294dp" &lt;!-- density-independent pixels --&gt;
    android:minWidth="294dp"
    android:minHeight="72dp"
    android:updatePeriodMillis="86400000" &lt;!-- once per day --&gt;
    android:updatePeriodMillis="86400000"
    android:initialLayout="@layout/example_appwidget"
    android:configure="com.example.android.ExampleAppWidgetConfigure" >
&lt;/appwidget-provider>