Skip to content

Commit a55e11b

Browse files
author
roman_tcaregorodtcev
committed
package was changed
1 parent a09dd68 commit a55e11b

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

app/src/main/res/layout/activity_main.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
android:orientation="vertical"
77
tools:context="com.omega.MainActivity">
88

9-
<com.omega_r.libs.centericonbutton.OmegaCenterIconButton
9+
<com.omega_r.libs.OmegaCenterIconButton
1010
android:layout_width="match_parent"
1111
android:layout_height="wrap_content"
1212
android:layout_marginTop="20dp"
@@ -15,7 +15,7 @@
1515
android:textSize="14sp"
1616
android:theme="@style/BlueButtonStyle" />
1717

18-
<com.omega_r.libs.centericonbutton.OmegaCenterIconButton
18+
<com.omega_r.libs.OmegaCenterIconButton
1919
android:layout_width="match_parent"
2020
android:layout_height="wrap_content"
2121
android:layout_marginTop="20dp"
@@ -25,7 +25,7 @@
2525
android:theme="@style/AccentButtonStyle" />
2626

2727

28-
<com.omega_r.libs.centericonbutton.OmegaCenterIconButton
28+
<com.omega_r.libs.OmegaCenterIconButton
2929
android:layout_width="match_parent"
3030
android:layout_height="wrap_content"
3131
android:layout_marginTop="20dp"
@@ -40,15 +40,15 @@
4040
android:layout_marginTop="20dp"
4141
android:orientation="horizontal">
4242

43-
<com.omega_r.libs.centericonbutton.OmegaCenterIconButton
43+
<com.omega_r.libs.OmegaCenterIconButton
4444
android:layout_width="0dp"
4545
android:layout_height="wrap_content"
4646
android:layout_weight="1"
4747
android:drawableLeft="@drawable/ic_beach_access_black_24dp"
4848
android:text="left"
4949
android:textSize="14sp" />
5050

51-
<com.omega_r.libs.centericonbutton.OmegaCenterIconButton
51+
<com.omega_r.libs.OmegaCenterIconButton
5252
android:layout_width="0dp"
5353
android:layout_height="wrap_content"
5454
android:layout_weight="1"
@@ -58,7 +58,7 @@
5858

5959
</LinearLayout>
6060

61-
<com.omega_r.libs.centericonbutton.OmegaCenterIconButton
61+
<com.omega_r.libs.OmegaCenterIconButton
6262
android:layout_width="match_parent"
6363
android:layout_height="wrap_content"
6464
android:layout_marginTop="20dp"

center_icon_button/src/main/java/com/omega_r/libs/centericonbutton/OmegaCenterIconButton.java renamed to center_icon_button/src/main/java/com/omega_r/libs/OmegaCenterIconButton.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.omega_r.libs.centericonbutton;
1+
package com.omega_r.libs;
22

33
import android.content.Context;
44
import android.content.res.TypedArray;
@@ -14,6 +14,8 @@
1414
import android.text.method.TransformationMethod;
1515
import android.util.AttributeSet;
1616

17+
import com.omega_r.libs.centericonbutton.R;
18+
1719
import java.util.ArrayList;
1820
import java.util.List;
1921
import java.util.StringTokenizer;

0 commit comments

Comments
 (0)