Skip to content

Commit

Permalink
Make some README.md titles a little more presentable.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Nov 15, 2011
1 parent 70e171b commit 79c77b8
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions ApiDemo/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
API Demo
========
Android API Demo
================

This sample demonstrates usage of various Android APIs for graphics,
media, services, resources/assets, UI, etc. It contains tutorials in
Expand Down
4 changes: 2 additions & 2 deletions Button/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Button
======
Button Widget
=============

Shows how to use a simple button widget.
4 changes: 2 additions & 2 deletions ContentProvider/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Content Provider Demo for Mono for Android
==========================================
Content Provider Demo
=====================

Just a small example showing how a Content Provider can be implemented in Mono for Android.

Expand Down
4 changes: 2 additions & 2 deletions GLCube/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GL Cube
=======
GL Rotating Cube
================

This sample demonstrates simple drawing via OpenTK's GL APIs by
drawing a rotating cube.
4 changes: 2 additions & 2 deletions HelloM4A/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Hello M4A
=========
Hello Mono for Android
======================

This is a super simple hello world application. It displays a
message in a TextView when a Button is pressed.
8 changes: 4 additions & 4 deletions JniDemo/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Jni Sample
==========
Java Native Invoke Sample
=========================

This sample shows how to manually bind to a Java library so it can
be consumed by a Mono for Android application.
Expand All @@ -9,7 +9,7 @@ provides bindings to the Google Maps library for you. If you just want
to use Maps, see the MapsDemo sample instead.

Prequisites
===========
-----------

There are three prequisites in order to run build and run this sample:

Expand Down Expand Up @@ -132,7 +132,7 @@ If you don't change this, you'll get a blank map, though the sample
will still serve to demonstrate how C# and Java interop can work.

How it works
============
------------

As Mono for Android 1.0 does not support binding arbitrary .jar
files (only the Android SDK android.jar is bound), alternative
Expand Down
4 changes: 2 additions & 2 deletions MapsDemo/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MapsDemo
========
Google Maps Demo
================

This demo shows how to use Managed Google Maps API.

Expand Down
4 changes: 2 additions & 2 deletions MultiResolution/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Multi-Resolution
================
Multi-Resolution Graphics
=========================

This sample demonstrates how to display scalable/stretchable graphics
using proper size units such as scale-independent pixels (sp) and
Expand Down
4 changes: 2 additions & 2 deletions TexturedCube/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Textured Cube
=============
GL Textured Cube
================

This sample demonstrates a rotating cube rendered with textures
via OpenTK's GL APIs.

0 comments on commit 79c77b8

Please sign in to comment.