Skip to content

Commit

Permalink
Fixed issues 1
Browse files Browse the repository at this point in the history
  • Loading branch information
samlss committed Nov 15, 2018
1 parent 86964b7 commit 0f0f7e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/src/main/java/me/samlss/timo_demo/MenuHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public void onClick(View v) {

public static int ROW_TEXT[][] = {
{R.string.face_book, R.string.alipay, R.string.ding_ding, R.string.moments, R.string.we_chat, R.string.qq},
{R.string.collect, R.string.night, R.string.face_book, R.string.block, R.string.report, 0},
{R.string.collect, R.string.night, R.string.font, R.string.block, R.string.report, 0},
};

public static List<TimoItemViewParameter> getTopList(int itemWidth){
Expand Down

0 comments on commit 0f0f7e9

Please sign in to comment.