|
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" |
13 | 13 | android:drawableLeft="@drawable/ic_android_black_24dp" |
14 | | - android:gravity="center" |
15 | | - android:includeFontPadding="false" |
16 | 14 | android:text="It's really!" |
17 | 15 | android:textSize="14sp" |
18 | 16 | android:theme="@style/BlueButtonStyle" /> |
19 | 17 |
|
20 | | - <com.omega_r.libs.centericonbutton.OmegaCenterIconButton |
| 18 | + <com.omega_r.libs.OmegaCenterIconButton |
21 | 19 | android:layout_width="match_parent" |
22 | 20 | android:layout_height="wrap_content" |
23 | 21 | android:layout_marginTop="20dp" |
24 | 22 | android:drawableRight="@drawable/ic_android_black_24dp" |
25 | | - android:gravity="center" |
26 | | - android:includeFontPadding="false" |
27 | 23 | android:text="Great" |
28 | 24 | android:textSize="14sp" |
29 | 25 | android:theme="@style/AccentButtonStyle" /> |
30 | 26 |
|
31 | 27 |
|
32 | | - <com.omega_r.libs.centericonbutton.OmegaCenterIconButton |
| 28 | + <com.omega_r.libs.OmegaCenterIconButton |
33 | 29 | android:layout_width="match_parent" |
34 | 30 | android:layout_height="wrap_content" |
35 | 31 | android:layout_marginTop="20dp" |
36 | 32 | android:drawableLeft="@drawable/ic_android_black_24dp" |
37 | 33 | android:drawableRight="@drawable/ic_android_black_24dp" |
38 | | - android:gravity="center" |
39 | | - android:includeFontPadding="false" |
40 | 34 | android:text="library" |
41 | 35 | android:textSize="14sp" /> |
42 | 36 |
|
|
46 | 40 | android:layout_marginTop="20dp" |
47 | 41 | android:orientation="horizontal"> |
48 | 42 |
|
49 | | - <com.omega_r.libs.centericonbutton.OmegaCenterIconButton |
| 43 | + <com.omega_r.libs.OmegaCenterIconButton |
50 | 44 | android:layout_width="0dp" |
51 | 45 | android:layout_height="wrap_content" |
52 | 46 | android:layout_weight="1" |
53 | 47 | android:drawableLeft="@drawable/ic_beach_access_black_24dp" |
54 | 48 | android:text="left" |
55 | 49 | android:textSize="14sp" /> |
56 | 50 |
|
57 | | - <com.omega_r.libs.centericonbutton.OmegaCenterIconButton |
| 51 | + <com.omega_r.libs.OmegaCenterIconButton |
58 | 52 | android:layout_width="0dp" |
59 | 53 | android:layout_height="wrap_content" |
60 | 54 | android:layout_weight="1" |
|
64 | 58 |
|
65 | 59 | </LinearLayout> |
66 | 60 |
|
67 | | - <com.omega_r.libs.centericonbutton.OmegaCenterIconButton |
| 61 | + <com.omega_r.libs.OmegaCenterIconButton |
68 | 62 | android:layout_width="match_parent" |
69 | 63 | android:layout_height="wrap_content" |
70 | 64 | android:layout_marginTop="20dp" |
71 | 65 | android:drawableLeft="@drawable/ic_beach_access_black_24dp" |
72 | 66 | android:drawableRight="@drawable/ic_bug_report_black_24dp" |
73 | | - android:gravity="center" |
74 | | - android:includeFontPadding="false" |
75 | 67 | android:text="both" |
76 | 68 | android:textSize="14sp" /> |
77 | 69 |
|
|
0 commit comments