Changeset 17423 for issm/mobile/android/ISSM_APP/res/layout/videopage.xml
- Timestamp:
- 03/12/14 12:39:14 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/mobile/android/ISSM_APP/res/layout/videopage.xml
r14528 r17423 9 9 10 10 11 <VideoView 12 android:id="@+id/videoview" 13 android:layout_width="wrap_content" 14 android:layout_height="wrap_content" 15 android:layout_centerInParent="true" 16 /> 11 <!-- <VideoView --> 12 <!-- android:id="@+id/videoview" --> 13 <!-- android:layout_height="match_parent" --> 14 <!-- android:layout_width="match_parent" --> 15 <!-- android:layout_centerInParent="true" --> 16 <!-- /> --> 17 <com.google.android.youtube.player.YouTubePlayerView 18 android:id="@+id/youtubeplayer" 19 android:layout_width="fill_parent" 20 android:layout_height="fill_parent"> 21 </com.google.android.youtube.player.YouTubePlayerView> 22 23 17 24 18 25 </RelativeLayout>
Note:
See TracChangeset
for help on using the changeset viewer.