ADD week 5
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package com.google.android.material.carousel;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
interface Carousel {
|
||||
int getCarouselAlignment();
|
||||
|
||||
int getContainerHeight();
|
||||
|
||||
int getContainerWidth();
|
||||
|
||||
int getItemCount();
|
||||
|
||||
boolean isHorizontal();
|
||||
}
|
||||
Reference in New Issue
Block a user