Home | History | Annotate | Download | only in layout
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <com.android.sdklib.widgets.iOSViewController xmlns:android="http://schemas.android.com/apk/res/android"
      3              android:layout_width="match_parent"
      4              android:layout_height="match_parent" xmlns:xrt="http://schemas.android.com/apk/res/android" xrt:initialViewController="true" android:orientation="vertical" xrt:viewController="com.badlogicgames.gdx-tests-ios-intel.ui.AppViewController">
      5 
      6 <com.android.sdklib.widgets.iOSTextView
      7                 style="@style/XOSLabel"
      8                 android:textSize="15dp"
      9                 android:text="Label"
     10                 android:layout_width="fill_parent"
     11                 android:layout_height="fill_parent"
     12                 android:layout_gravity="left" android:id="@+id/com.android.sdklib.widgets.iOSTextView" android:layout_weight="1.0" android:layout_marginLeft="10dp" android:layout_marginTop="10dp" xrt:iboutlet="statusText"/><com.android.sdklib.widgets.iOSButton
     13                 android:layout_width="fill_parent"
     14                 android:layout_height="fill_parent"
     15                 android:textSize="15dp"
     16                 android:text="Press me!"
     17                 style="@style/XOSButton"
     18               android:id="@+id/com.android.sdklib.widgets.iOSButton" android:layout_weight="1.0" xrt:ibaction="touchUpInside-BtnPressedCancel_helloButton:" xrt:iboutlet="helloButton"/></com.android.sdklib.widgets.iOSViewController>
     19