Ignore:
Timestamp:
03/12/14 12:39:14 (11 years ago)
Author:
toanqngu
Message:

CHG: Moved images to assets for better performance. Online web mode is on. Offline mode is not active for now. Native is the old build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/mobile/android/ISSM_APP/res/layout/videopage.xml

    r14528 r17423  
    99   
    1010
    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       
    1724
    1825</RelativeLayout>
Note: See TracChangeset for help on using the changeset viewer.