We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5effac6 commit c700c9aCopy full SHA for c700c9a
app/build.gradle
@@ -80,9 +80,6 @@ android {
80
81
}
82
83
-kapt {
84
- generateStubs = true
85
-}
86
87
dependencies {
88
implementation fileTree(include: ['*.jar'], dir: 'libs')
app/src/main/res/layout/item_home_banner.xml
@@ -10,7 +10,7 @@
10
android:layout_width="match_parent"
11
android:layout_height="230dp"
12
android:scaleType="fitXY"
13
- app:banner_indicatorGravity="bottom|center_horizontal"
+ app:banner_indicatorGravity="bottom|right"
14
app:banner_placeholderDrawable="@drawable/placeholder_banner"
15
app:banner_pointAutoPlayInterval="3000"
16
app:banner_tipTextColor="@color/color_title_bg"
0 commit comments