Explorar el Código

Update README.md

Aidan Follestad hace 10 años
padre
commit
bfed382d67
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  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.
 
 ---