OLD | NEW |
---|---|
(Empty) | |
1 <?xml version="1.0" encoding="utf-8"?> | |
2 <!-- Copyright 2015 The Chromium Authors. All rights reserved. | |
gone
2017/03/28 18:16:23
2017
Yusuf
2017/03/28 20:03:03
Done.
| |
3 Use of this source code is governed by a BSD-style license that can be | |
4 found in the LICENSE file. --> | |
5 | |
6 <appwidget-provider | |
7 xmlns:android="http://schemas.android.com/apk/res/android" | |
8 android:minWidth="250dp" | |
9 android:minHeight="56dp" | |
10 android:initialLayout="@layout/text_box_template" | |
11 android:resizeMode="horizontal" | |
12 android:updatePeriodMillis="86400000"> <!-- Once per day --> | |
13 </appwidget-provider> | |
OLD | NEW |