~openerp-dev/openerp-mobile/openerp-mobile-10

« back to all changes in this revision

Viewing changes to res/xml/widget_note.xml

  • Committer: Dharmang Soni (OpenERP)
  • Date: 2014-04-03 07:28:06 UTC
  • Revision ID: dpr@tinyerp.com-20140403072806-qphqroz65ch61pqt
[REMOVE] removed social client module from base framework

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="utf-8"?>
2
 
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
3
 
    android:configure="com.openerp.addons.note.widgets.NoteWidgetConfigure"
4
 
    android:initialLayout="@layout/widget_note_layout"
5
 
    android:minHeight="150dip"
6
 
    android:minResizeHeight="110dip"
7
 
    android:minResizeWidth="150dip"
8
 
    android:minWidth="204dip"
9
 
    android:previewImage="@drawable/widget_note_preview"
10
 
    android:resizeMode="vertical|horizontal"
11
 
    android:updatePeriodMillis="1800000"
12
 
    android:widgetCategory="keyguard|home_screen" >
13
 
 
14
 
</appwidget-provider>
 
 
b'\\ No newline at end of file'