Skip to content

Instantly share code, notes, and snippets.

<?xml version="1.0" encoding="UTF-8"?>
<VAST version="3.0">
<Ad id="40" sequence="1">
<InLine>
<AdSystem version="4.0">
<![CDATA[Castoola]]>
</AdSystem>
<AdTitle>
<![CDATA[batvx-video-test-dyson]]>
</AdTitle>
{
"Version": "2012-10-17",
"Id": "Policy1438341849716",
"Statement": [
{
"Sid": "Stmt1438341827227",
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::399321553642:user/maven-user"
},
@LambergaR
LambergaR / gist:1261055
Created October 4, 2011 07:05
Android Layout Demo Simple
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
>
<LinearLayout
android:id="@+id/shades"
@LambergaR
LambergaR / gist:1261039
Created October 4, 2011 06:51
Android Layout Demo
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
>
<SeekBar
android:id="@+id/size"