~w-shackleton/droidpad-android/stable

« back to all changes in this revision

Viewing changes to samples/mouse.xml

  • Committer: William Shackleton
  • Date: 2012-06-04 23:34:42 UTC
  • Revision ID: w.shackleton@gmail.com-20120604233442-y30ax1tbpz9mrxng
Tags: 1.9.2
ReleaseĀ 1.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" ?>
2
 
<layout
3
 
        mode="mouse"
4
 
        title="Custom mouse mode"
5
 
        description="Sample layout for editing"
6
 
        width="4"
7
 
        height="4">
8
 
        <button x="0" y="0" width="4" height="2" textSize="18">
9
 
                Left
10
 
        </button>
11
 
        <button x="0" y="2" width="4" height="2" textSize="16">
12
 
                Right
13
 
        </button>
14
 
</layout>
 
1
<?xml version="1.0" ?>
 
2
<layout
 
3
        mode="mouse"
 
4
        title="Custom mouse mode"
 
5
        description="Sample layout for editing"
 
6
        width="4"
 
7
        height="4">
 
8
        <button x="0" y="0" width="4" height="2" textSize="18">
 
9
                Left
 
10
        </button>
 
11
        <button x="0" y="2" width="4" height="2" textSize="16">
 
12
                Right
 
13
        </button>
 
14
</layout>