|
10 | 10 | android:layout_height="match_parent" |
11 | 11 | android:orientation="vertical"> |
12 | 12 |
|
13 | | - <phelat.TextView.Plus |
| 13 | + <phelat.widget.PlusTextView |
14 | 14 | android:layout_width="match_parent" |
15 | 15 | android:layout_height="wrap_content" |
16 | 16 | android:text="Hello World!" |
17 | 17 | android:gravity="center" |
18 | 18 | android:textSize="50sp" |
19 | 19 | app:font="Roboto-LightItalic.ttf"/> |
20 | 20 |
|
21 | | - <phelat.TextView.Plus |
| 21 | + <phelat.widget.PlusTextView |
22 | 22 | android:layout_width="match_parent" |
23 | 23 | android:layout_height="wrap_content" |
24 | 24 | android:text="Hello World!" |
|
27 | 27 | app:font="Roboto-Black.ttf" |
28 | 28 | android:layout_marginTop="10dp" /> |
29 | 29 |
|
30 | | - <phelat.TextView.Plus |
| 30 | + <phelat.widget.PlusTextView |
31 | 31 | android:layout_width="match_parent" |
32 | 32 | android:layout_height="wrap_content" |
33 | 33 | android:text="Hello World!" |
|
42 | 42 | android:orientation="horizontal" |
43 | 43 | android:layout_marginTop="10dp"> |
44 | 44 |
|
45 | | - <phelat.Button.Plus |
| 45 | + <phelat.widget.PlusButton |
46 | 46 | android:layout_width="match_parent" |
47 | 47 | android:layout_height="match_parent" |
48 | 48 | android:layout_weight="1" |
49 | 49 | app:font="Roboto-Black.ttf" |
50 | | - android:text="BOLD"/> |
| 50 | + android:text="Progress" |
| 51 | + android:id="@+id/progressButton"/> |
51 | 52 |
|
52 | | - <phelat.Button.Plus |
| 53 | + <phelat.widget.PlusButton |
53 | 54 | android:layout_width="match_parent" |
54 | 55 | android:layout_height="match_parent" |
55 | 56 | android:layout_weight="1" |
56 | 57 | app:font="Roboto-LightItalic.ttf" |
57 | 58 | android:text="Light Italic"/> |
58 | 59 |
|
59 | | - <phelat.Button.Plus |
| 60 | + <phelat.widget.PlusButton |
60 | 61 | android:layout_width="match_parent" |
61 | 62 | android:layout_height="match_parent" |
62 | 63 | android:layout_weight="1" |
63 | 64 | android:text="Normal"/> |
64 | 65 |
|
65 | 66 | </LinearLayout> |
66 | 67 |
|
67 | | - <phelat.EditText.Plus |
| 68 | + <phelat.widget.PlusEditText |
68 | 69 | android:layout_width="match_parent" |
69 | 70 | android:layout_height="wrap_content" |
70 | 71 | app:font="Roboto-LightItalic.ttf" |
71 | 72 | android:hint="Light Italic" /> |
72 | 73 |
|
73 | | - <phelat.EditText.Plus |
| 74 | + <phelat.widget.PlusEditText |
74 | 75 | android:layout_width="match_parent" |
75 | 76 | android:layout_height="wrap_content" |
76 | 77 | app:font="Roboto-Black.ttf" |
77 | 78 | android:hint="Bold" /> |
78 | 79 |
|
79 | | - <phelat.CheckBox.Plus |
| 80 | + <phelat.widget.PlusCheckBox |
80 | 81 | android:layout_width="match_parent" |
81 | 82 | android:layout_height="match_parent" |
82 | 83 | android:text="Coffee" |
83 | 84 | app:font="Roboto-Black.ttf" |
84 | 85 | android:textSize="19sp"/> |
85 | 86 |
|
86 | | - <phelat.CheckBox.Plus |
| 87 | + <phelat.widget.PlusCheckBox |
87 | 88 | android:layout_width="match_parent" |
88 | 89 | android:layout_height="match_parent" |
89 | 90 | android:text="Tea" |
|
0 commit comments