Skip to content

Commit

Permalink
Update package name & imports
Browse files Browse the repository at this point in the history
Signed-off-by: Sanju S <[email protected]>
  • Loading branch information
Spikeysanju committed Nov 6, 2020
1 parent 840bf8f commit 74c2747
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 10 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/full_color_toast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginStart="@dimen/dimen_12"
android:layout_marginEnd="@dimen/dimen_12"
android:layout_marginStart="@dimen/dimen_8"
android:layout_marginEnd="@dimen/dimen_8"
android:layout_toEndOf="@id/color_toast_image"
android:gravity="start"
android:orientation="vertical">
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/layout/motion_toast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginStart="@dimen/dimen_12"
android:layout_marginEnd="@dimen/dimen_12"
android:layout_marginStart="@dimen/dimen_8"
android:layout_marginEnd="@dimen/dimen_8"
android:layout_toEndOf="@id/custom_toast_image"
android:gravity="start"
android:orientation="vertical">
Expand Down
2 changes: 1 addition & 1 deletion motiontoast/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<manifest package="www.sanju.motiontoastapp" />
<manifest package="www.sanju.motiontoast" />
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import androidx.core.content.ContextCompat
import androidx.core.graphics.drawable.DrawableCompat
import kotlinx.android.synthetic.main.full_color_toast.view.*
import kotlinx.android.synthetic.main.motion_toast.view.*
import www.sanju.motiontoastapp.R

@Suppress("DEPRECATION")
class MotionToast {
Expand Down
4 changes: 2 additions & 2 deletions motiontoast/src/main/res/layout/full_color_toast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginStart="@dimen/dimen_12"
android:layout_marginEnd="@dimen/dimen_12"
android:layout_marginStart="@dimen/dimen_8"
android:layout_marginEnd="@dimen/dimen_8"
android:layout_toEndOf="@id/color_toast_image"
android:gravity="start"
android:orientation="vertical">
Expand Down
4 changes: 2 additions & 2 deletions motiontoast/src/main/res/layout/motion_toast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginStart="@dimen/dimen_12"
android:layout_marginEnd="@dimen/dimen_12"
android:layout_marginStart="@dimen/dimen_8"
android:layout_marginEnd="@dimen/dimen_8"
android:layout_toEndOf="@id/custom_toast_image"
android:gravity="start"
android:orientation="vertical">
Expand Down

0 comments on commit 74c2747

Please sign in to comment.