소스 검색

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.
 
 ---