I've seen this public class LoadingLayout extends RelativeLayout {
What do you think about changing RelativeLayout to FrameLayout? so that we can put this on top of virtually any other layout without worrying about conflicts that could happen in the future
I've seen this
public class LoadingLayout extends RelativeLayout {What do you think about changing
RelativeLayouttoFrameLayout? so that we can put this on top of virtually any other layout without worrying about conflicts that could happen in the future