|
6 | 6 | android:orientation="vertical" |
7 | 7 | tools:context="com.omega.MainActivity"> |
8 | 8 |
|
9 | | - <com.omega_r.libs.centericonbutton.OmegaCenterIconButton |
| 9 | + <com.omega_r.libs.OmegaCenterIconButton |
10 | 10 | android:layout_width="match_parent" |
11 | 11 | android:layout_height="wrap_content" |
12 | 12 | android:layout_marginTop="20dp" |
|
15 | 15 | android:textSize="14sp" |
16 | 16 | android:theme="@style/BlueButtonStyle" /> |
17 | 17 |
|
18 | | - <com.omega_r.libs.centericonbutton.OmegaCenterIconButton |
| 18 | + <com.omega_r.libs.OmegaCenterIconButton |
19 | 19 | android:layout_width="match_parent" |
20 | 20 | android:layout_height="wrap_content" |
21 | 21 | android:layout_marginTop="20dp" |
|
25 | 25 | android:theme="@style/AccentButtonStyle" /> |
26 | 26 |
|
27 | 27 |
|
28 | | - <com.omega_r.libs.centericonbutton.OmegaCenterIconButton |
| 28 | + <com.omega_r.libs.OmegaCenterIconButton |
29 | 29 | android:layout_width="match_parent" |
30 | 30 | android:layout_height="wrap_content" |
31 | 31 | android:layout_marginTop="20dp" |
|
40 | 40 | android:layout_marginTop="20dp" |
41 | 41 | android:orientation="horizontal"> |
42 | 42 |
|
43 | | - <com.omega_r.libs.centericonbutton.OmegaCenterIconButton |
| 43 | + <com.omega_r.libs.OmegaCenterIconButton |
44 | 44 | android:layout_width="0dp" |
45 | 45 | android:layout_height="wrap_content" |
46 | 46 | android:layout_weight="1" |
47 | 47 | android:drawableLeft="@drawable/ic_beach_access_black_24dp" |
48 | 48 | android:text="left" |
49 | 49 | android:textSize="14sp" /> |
50 | 50 |
|
51 | | - <com.omega_r.libs.centericonbutton.OmegaCenterIconButton |
| 51 | + <com.omega_r.libs.OmegaCenterIconButton |
52 | 52 | android:layout_width="0dp" |
53 | 53 | android:layout_height="wrap_content" |
54 | 54 | android:layout_weight="1" |
|
58 | 58 |
|
59 | 59 | </LinearLayout> |
60 | 60 |
|
61 | | - <com.omega_r.libs.centericonbutton.OmegaCenterIconButton |
| 61 | + <com.omega_r.libs.OmegaCenterIconButton |
62 | 62 | android:layout_width="match_parent" |
63 | 63 | android:layout_height="wrap_content" |
64 | 64 | android:layout_marginTop="20dp" |
|
0 commit comments