Skip to content

Commit aeea54e

Browse files
committed
Update README.md
1 parent bda8658 commit aeea54e

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

README.md

+12-8
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,25 @@
22

33
Android demo demonstrates how to use custom views and do basic drawing with two different demos:
44

5-
* ShapeDemo - Displays custom control for selecting a shape
6-
* Drawing Demo - Custom drawing with a simple canvas the user can paint on.
5+
* Shape Demo - Displays custom control for selecting a shape
6+
* Painting Demo - Custom drawing with a simple canvas the user can paint on.
77

8-
<img src="http://i.imgur.com/MKncYMd.png" width="260" />&nbsp;
9-
<img src="http://i.imgur.com/wFPRitb.png" width="260" />&nbsp;
10-
<img src="http://i.imgur.com/cO24iCg.png" width="260" />&nbsp;
8+
<img src="http://i.imgur.com/MKncYMd.png" width="260" height="373" />&nbsp;
9+
<img src="http://i.imgur.com/wFPRitb.png" width="260" height="373" />&nbsp;
10+
<img src="http://i.imgur.com/cO24iCg.png" width="260" height="373" />&nbsp;
1111

1212
Dig into the source code for more or checkout the related guides for [Basic Painting](https://github.com/thecodepath/android_guides/wiki/Basic-Painting-with-Views) or [Custom Views](https://github.com/thecodepath/android_guides/wiki/Defining-Custom-Views)!
1313

1414
## Use Cases
1515

16+
**Shape Demo**
17+
1618
* Use case #1: Draw some shapes
1719
* Displays shape onto a view
18-
* Use case #2: Simple painting using circles
19-
* Use case #3: Simple painting with paths
20-
* Simple painting on a view
2120
* Use case #4: Custom input view
2221
* Shape Selector includes drawing, touch, xml attributes, measure
22+
23+
**Painting Demo**
24+
25+
* Use case #3: Simple painting with paths
26+
* Simple painting on a view

0 commit comments

Comments
 (0)