Project

General

Profile

« Previous | Next » 

Revision bf3b5480

Added by Leszek Koltunski almost 4 years ago

Progress with Deferred Jobs.

View differences:

src/main/res/layout/deferredjoblayout.xml
10 10
        android:layout_height="0dp"
11 11
        android:layout_weight="1" />
12 12

  
13
    <TextView
14
        android:layout_width="wrap_content"
15
        android:layout_height="wrap_content"
16
        android:layout_gravity="center"
17
        android:text="@string/association"
18
        android:textAppearance="?android:attr/textAppearanceMedium" />
19

  
20 13
    <LinearLayout
21 14
        android:orientation="horizontal"
22 15
        android:layout_width="match_parent"
23 16
        android:layout_height="wrap_content">
24 17

  
25
        <CheckBox
18
        <Button
26 19
            android:layout_width="wrap_content"
27 20
            android:layout_height="match_parent"
28
            android:id="@+id/deferredjobCheckBox0"
29
            android:text="@string/color_yellow"
21
            android:id="@+id/deferredjobButton0"
22
            android:text="@string/color_red"
30 23
            android:onClick="onClick"
31
            android:layout_weight="1"
32
            android:checked="false"/>
33
        <CheckBox
24
            android:layout_weight="1"/>
25
        <Button
34 26
            android:layout_width="wrap_content"
35 27
            android:layout_height="match_parent"
36
            android:id="@+id/deferredjobCheckBox1"
28
            android:id="@+id/deferredjobButton1"
37 29
            android:text="@string/color_green"
38 30
            android:onClick="onClick"
39
            android:layout_weight="1"
40
            android:checked="false"/>
41
        <CheckBox
42
            android:layout_width="wrap_content"
43
            android:layout_height="match_parent"
44
            android:id="@+id/deferredjobCheckBox2"
45
            android:text="@string/color_blue"
46
            android:onClick="onClick"
47
            android:layout_weight="1"
48
            android:checked="false"/>
49
        <CheckBox
50
            android:layout_width="wrap_content"
51
            android:layout_height="match_parent"
52
            android:id="@+id/deferredjobCheckBox3"
53
            android:text="@string/color_red"
54
            android:onClick="onClick"
55
            android:layout_weight="1"
56
            android:checked="false"/>
31
            android:layout_weight="1"/>
57 32

  
58 33
    </LinearLayout>
59 34

  

Also available in: Unified diff