|
19 | 19 | <com.dd.processbutton.iml.SubmitProcessButton
|
20 | 20 | android:id="@+id/btnSubmit"
|
21 | 21 | android:layout_width="match_parent"
|
22 |
| - android:layout_height="wrap_content" |
| 22 | + android:layout_height="48dp" |
23 | 23 | android:layout_marginTop="16dp"
|
24 | 24 | android:text="@string/Upload"
|
25 | 25 | android:textColor="@android:color/white"
|
|
31 | 31 | <com.dd.processbutton.iml.GenerateProcessButton
|
32 | 32 | android:id="@+id/btnGenerate"
|
33 | 33 | android:layout_width="match_parent"
|
34 |
| - android:layout_height="wrap_content" |
| 34 | + android:layout_height="48dp" |
35 | 35 | android:layout_marginTop="16dp"
|
36 | 36 | android:text="@string/Upload"
|
37 | 37 | android:textColor="@android:color/white"
|
|
43 | 43 | <Button
|
44 | 44 | android:id="@+id/btnProgressError"
|
45 | 45 | android:layout_width="match_parent"
|
46 |
| - android:layout_height="wrap_content" |
| 46 | + android:layout_height="48dp" |
47 | 47 | android:layout_marginTop="16dp"
|
48 | 48 | android:text="Error State setProgress(-1)" />
|
49 | 49 |
|
50 | 50 | <Button
|
51 | 51 | android:id="@+id/btnProgressNormal"
|
52 | 52 | android:layout_width="match_parent"
|
53 |
| - android:layout_height="wrap_content" |
| 53 | + android:layout_height="48dp" |
54 | 54 | android:layout_marginTop="8dp"
|
55 | 55 | android:text="Normal State setProgress(0)" />
|
56 | 56 |
|
57 | 57 | <Button
|
58 | 58 | android:id="@+id/btnProgressLoading"
|
59 | 59 | android:layout_width="match_parent"
|
60 |
| - android:layout_height="wrap_content" |
| 60 | + android:layout_height="48dp" |
61 | 61 | android:layout_marginTop="8dp"
|
62 | 62 | android:text="Progress State setProgress(50)" />
|
63 | 63 |
|
64 | 64 | <Button
|
65 | 65 | android:id="@+id/btnProgressComplete"
|
66 | 66 | android:layout_width="match_parent"
|
67 |
| - android:layout_height="wrap_content" |
| 67 | + android:layout_height="48dp" |
68 | 68 | android:layout_marginTop="8dp"
|
69 | 69 | android:text="Complete State setProgress(100)" />
|
70 | 70 |
|
|
0 commit comments