Skip to content

Commit c700c9a

Browse files
committed
fix
1 parent 5effac6 commit c700c9a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

app/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ android {
8080

8181
}
8282

83-
kapt {
84-
generateStubs = true
85-
}
8683

8784
dependencies {
8885
implementation fileTree(include: ['*.jar'], dir: 'libs')

app/src/main/res/layout/item_home_banner.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
android:layout_width="match_parent"
1111
android:layout_height="230dp"
1212
android:scaleType="fitXY"
13-
app:banner_indicatorGravity="bottom|center_horizontal"
13+
app:banner_indicatorGravity="bottom|right"
1414
app:banner_placeholderDrawable="@drawable/placeholder_banner"
1515
app:banner_pointAutoPlayInterval="3000"
1616
app:banner_tipTextColor="@color/color_title_bg"

0 commit comments

Comments
 (0)