瀏覽代碼

Update README.md

Aidan Follestad 10 年之前
父節點
當前提交
bfed382d67
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -8,9 +8,9 @@ The code you see below is also found in the sample project. You can download a A
 
 ###### Version 0.2.0
 
-> Action buttons must be explicitly shown by setting text to them. The buttons will be hidden in any dialog type if no text is passed for them. This also allows you to display neutral or negative action buttons individually without relying on positive text. 
-> List dialogs now use CharSequence arrays rather than String arrays.
-> Other bug fixes are included.
+> 1. Action buttons must be explicitly shown by setting text to them. The buttons will be hidden in any dialog type if no text is passed for them. This also allows you to display neutral or negative action buttons individually without relying on positive text. 
+> 2. List dialogs now use CharSequence arrays rather than String arrays.
+> 3. Other bug fixes are included.
 
 ---