Skip to content

Commit

Permalink
修复合并冲突
Browse files Browse the repository at this point in the history
  • Loading branch information
goweii committed Nov 22, 2020
1 parent 7c04dad commit 9b11fd9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package per.goweii.anylayer.ktx

import android.view.View
import androidx.annotation.LayoutRes
import android.support.annotation.LayoutRes
import per.goweii.anylayer.floats.FloatLayer

fun <T : FloatLayer> T.setFloatView(@LayoutRes layoutId: Int) = this.apply {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package per.goweii.anylayer.ktx

import android.view.View
import androidx.annotation.ColorInt
import androidx.annotation.ColorRes
import androidx.annotation.IdRes
import android.support.annotation.ColorInt
import android.support.annotation.ColorRes
import android.support.annotation.IdRes
import per.goweii.anylayer.Layer
import per.goweii.anylayer.guide.GuideLayer

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ package per.goweii.anylayer.ktx

import android.graphics.drawable.Drawable
import android.view.View
import androidx.annotation.DrawableRes
import androidx.annotation.LayoutRes
import androidx.annotation.StringRes
import android.support.annotation.DrawableRes
import android.support.annotation.LayoutRes
import android.support.annotation.StringRes
import per.goweii.anylayer.notification.NotificationLayer


Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package per.goweii.anylayer.ktx

import android.graphics.drawable.Drawable
import androidx.annotation.ColorInt
import androidx.annotation.ColorRes
import androidx.annotation.DrawableRes
import androidx.annotation.StringRes
import android.support.annotation.ColorInt
import android.support.annotation.ColorRes
import android.support.annotation.DrawableRes
import android.support.annotation.StringRes
import per.goweii.anylayer.toast.ToastLayer

fun <T : ToastLayer> T.setRemoveOthers(removeOthers: Boolean) = this.apply {
Expand Down

0 comments on commit 9b11fd9

Please sign in to comment.