Skip to content

Commit

Permalink
update string
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-XiaoLiang committed May 10, 2018
1 parent 9dfa9b9 commit 377c964
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@ private void initView(){
.attachAdapter(new TestAdapter(dataList,getLayoutInflater()))
.setOrientation(Orientation.VERTICAL)
.setSecondaryExposedWeight(0.15F)
.setSecondaryExposed(0)
.setAutoNextDelayed(3000)
.setPagerMode(true)
.setScaleGap(0.8F)
.isAutoNext(true)
.init();

ArrayList<Object> bannerList = new ArrayList<>();
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<resources>
<string name="app_name">RecyclerViewBannerDeme</string>
<string name="action_settings">User Java</string>
<string name="action_settings">Java</string>
<string name="title_activity_main4_j">Main4JActivity</string>
</resources>

0 comments on commit 377c964

Please sign in to comment.