From 305ad88ff402c44753129187982a863bfc8eebf3 Mon Sep 17 00:00:00 2001 From: Sarp Centel Date: Wed, 9 May 2012 16:35:14 +0100 Subject: [PATCH] readme fix --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9507812..acf368f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ This project demonstrates how to create Android buttons with gradients, strokes and rounded corners using Android's built-in drawable resources. +![Buttons Overview](http://dl.dropbox.com/u/117731/buttons_main.png) ## Usage -In your layout, apply *lightboxButton.Blue*, *lightboxButton.Green* or *lightboxButton.Grey* style to your button after adding this Android Library Project as a reference. +In your layout, apply ``lightboxButton.Blue``, ``lightboxButton.Green`` or ``lightboxButton.Grey`` style to your button after adding this Android Library Project as a reference. **Example:** ```xml @@ -17,7 +18,7 @@ In your layout, apply *lightboxButton.Blue*, *lightboxButton.Green* or *lightbox ``git clone git://github.com/lightbox/lightbox-buttons.git`` 2. Import LightboxButtons project into Eclipse: ``File -> Import Existing Projects into Workspace -> Select root directory -choose *lightbox-buttons* folder and Finish.`` +choose lightbox-buttons folder and Finish.`` 3. Add LightboxButtons as a reference to your project: ``Right click on your Android Project, choose Properties -> Android -> Library -> Add and select "LightboxButtons" project.`` @@ -26,6 +27,11 @@ choose *lightbox-buttons* folder and Finish.`` * Easy to create color variations of the same button * No need to use image editing tools such as Photoshop +## Screenshots +![Blue Buttons](http://dl.dropbox.com/u/117731/buttons_blue.png) +![Grey Buttons](http://dl.dropbox.com/u/117731/buttons_grey.png) +![Green Buttons](http://dl.dropbox.com/u/117731/buttons_green.png) + ## Limitations There is no inheritance mechanism for drawables, so you need to duplicate your XML files for different colors of the same button