Sha256: 743c3d19aeec7aff9d44e6ae6ee1e31f82ed639a90a0e9111b48f1dbd42abb97
Contents?: true
Size: 1002 Bytes
Versions: 3
Compression:
Stored size: 1002 Bytes
Contents
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent" > <Button android:id="@+id/localvideo" android:layout_height="wrap_content" android:layout_width="match_parent" android:text="@string/local_video" /> <Button android:id="@+id/streamvideo" android:layout_height="wrap_content" android:layout_width="match_parent" android:text="@string/stream_video" /> <Button android:id="@+id/localaudio" android:layout_height="wrap_content" android:layout_width="match_parent" android:text="@string/local_audio" /> <Button android:id="@+id/resourcesaudio" android:layout_height="wrap_content" android:layout_width="match_parent" android:text="@string/res_audio" /> </LinearLayout>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
gametel-0.3 | ApiDemos/res/layout/mediaplayer_1.xml |
gametel-0.2 | ApiDemos/res/layout/mediaplayer_1.xml |
gametel-0.1 | ApiDemos/res/layout/mediaplayer_1.xml |