Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
git-xuhao committed Aug 17, 2018
1 parent 5effac6 commit c700c9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ android {

}

kapt {
generateStubs = true
}

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/item_home_banner.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
android:layout_width="match_parent"
android:layout_height="230dp"
android:scaleType="fitXY"
app:banner_indicatorGravity="bottom|center_horizontal"
app:banner_indicatorGravity="bottom|right"
app:banner_placeholderDrawable="@drawable/placeholder_banner"
app:banner_pointAutoPlayInterval="3000"
app:banner_tipTextColor="@color/color_title_bg"
Expand Down

0 comments on commit c700c9a

Please sign in to comment.