From e508ef1d105d2c1f46b84f9a7b2c0534e586072d Mon Sep 17 00:00:00 2001 From: shangmingchao Date: Fri, 28 Oct 2016 12:14:09 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d57f5b3c..9715e3a9 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,10 @@ Just need a `.java`file and a little code.
Toast.makeText(MainActivity.this, contextPosition + "," + position, Toast.LENGTH_LONG).show(); } }); - popupList.setTextSizePixel(popupList.sp2px(12)); + popupList.setTextSize(popupList.sp2px(12)); popupList.setTextPadding(popupList.dp2px(10), popupList.dp2px(5), popupList.dp2px(10), popupList.dp2px(5)); popupList.setIndicatorView(popupList.getDefaultIndicatorView(popupList.dp2px(16), popupList.dp2px(8), 0xFF444444)); ``` ##配置(Configuration): -You can get more information from the [Wiki](https://github.com/shangmingchao/PopupList/wiki) page.
-可以在[Wiki](https://github.com/shangmingchao/PopupList/wiki)页了解更多 +You can get more information from the [Wiki](https://github.com/shangmingchao/PopupList/wiki/Configuration) page.
+可以在[Wiki](https://github.com/shangmingchao/PopupList/wiki/%E8%AF%A6%E7%BB%86%E9%85%8D%E7%BD%AE)页了解更多