Add save/load for the user-made Layout Devices.

Also added support for mcc/mnc in the schema.

Change-Id: I8a2d23797ec57eec69dc1d7218b01cd679634068
This commit is contained in:
Xavier Ducrohet
2009-10-14 17:57:30 -07:00
parent 3cfed4b8c4
commit ba9c8dcdf0
12 changed files with 368 additions and 77 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<d:layout-configs
<d:layout-devices
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:d="http://schemas.android.com/sdk/android/layout-configs/1">
xmlns:d="http://schemas.android.com/sdk/android/layout-devices/1">
<d:device name="ADP1">
<d:default>
@@ -59,4 +59,4 @@
<d:screen-orientation>land</d:screen-orientation>
</d:config>
</d:device>
</d:layout-configs>
</d:layout-devices>