~david-ergo/astrid/removed-attributes-sync-fix

« back to all changes in this revision

Viewing changes to res/layout/widget_loading.xml

  • Committer: Tim Su
  • Date: 2009-12-21 04:25:46 UTC
  • mfrom: (225.1.26 2.10.1)
  • Revision ID: tim@todoroo.com-20091221042546-0v926l6yzpdwrti3
Released 2.10.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
    <ImageButton
11
11
        android:src="@drawable/button_plus" 
12
12
        android:layout_gravity="right" 
13
 
        android:layout_width="100px" 
14
 
        android:layout_height="50px" 
 
13
        android:layout_width="100dip" 
 
14
        android:layout_height="50dip" 
15
15
        android:background="#00000000" 
16
 
        android:paddingLeft="38px" 
17
 
        android:paddingTop="8px"/>
 
16
        android:paddingLeft="38dip" 
 
17
        android:paddingTop="8dip"/>
18
18
        
19
19
    <TextView
20
20
        android:id="@+id/message"
21
21
        android:layout_width="fill_parent" 
22
22
        android:layout_height="wrap_content"
23
 
        android:layout_marginTop="37px"
 
23
        android:layout_marginTop="37dip"
24
24
        android:padding="10dip"
25
25
        android:gravity="center"
26
26
        android:text="@string/widget_loading"