Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 405ff7459f | |||
| 87b7863b46 | |||
| 09ce885353 | |||
| e3da08a47b |
@@ -55,6 +55,7 @@ class LoadingContentView @JvmOverloads constructor(
|
||||
showChild(R.id.error_with_repeat)
|
||||
}
|
||||
}
|
||||
else -> Unit
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -28,6 +28,14 @@ public class Switcher extends FrameLayout {
|
||||
@Nullable
|
||||
private Animation outAnimation;
|
||||
|
||||
public void setOutAnimation(@Nullable Animation outAnimation) {
|
||||
this.outAnimation = outAnimation;
|
||||
}
|
||||
|
||||
public void setInAnimation(@Nullable Animation inAnimation) {
|
||||
this.inAnimation = inAnimation;
|
||||
}
|
||||
|
||||
public Switcher(@NonNull final Context context) {
|
||||
this(context, null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user