Skip to content

Instantly share code, notes, and snippets.

@MrJesse34
MrJesse34 / gist:5627336
Last active December 17, 2015 14:49
This is the XML file for my config on the CameraUI issue
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<application xmlns="http://ns.adobe.com/air/application/3.4">
<!-- Adobe AIR Application Descriptor File Template.
Specifies parameters for identifying, installing, and launching AIR applications.
xmlns - The Adobe AIR namespace: http://ns.adobe.com/air/application/3.1
The last segment of the namespace specifies the version
of the AIR runtime required for this application to run.
@MrJesse34
MrJesse34 / gist:5577978
Created May 14, 2013 17:49
Code for CameraUI issue
<?xml version="1.0" encoding="utf-8"?>
<s:View xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:mx="library://ns.adobe.com/flex/mx"
xmlns:s="library://ns.adobe.com/flex/spark" initialize="init(event)">
<s:titleContent>
<s:VGroup horizontalAlign="center" verticalAlign="middle" width="100%">
<s:Label text="iOS" fontSize.phone="14" fontSize.tablet="20" color="white" fontWeight="bold"> </s:Label>
</s:VGroup>
</s:titleContent>