Advertisement
Guest User

Untitled

a guest
May 23rd, 2017
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.20 KB | None | 0 0
  1.     <feature supported="video">
  2.     <view name="detailed">
  3.  
  4.  
  5.         <image name="md_image">
  6.             <pos>0.67 0.4</pos>
  7.             <maxSize>0.3 0.408</maxSize>
  8.             <origin>0.5 0.5</origin>
  9.         </image>
  10.  
  11.         <video name="md_video">
  12.             <pos>0.918 0.525</pos>
  13.             <maxSize>0.127 0.17</maxSize>
  14.             <origin>0.5 0.5</origin>
  15.             <delay></delay>
  16.             <default></default>
  17.             <showSnapshotNoVideo>false</showSnapshotNoVideo>
  18.             <showSnapshotDelay>false</showSnapshotDelay>
  19.             </video>
  20.  
  21.             <image name="md_marquee">
  22.                 <pos>1 1</pos>
  23.                 <maxSize>0 0</maxSize>
  24.                 <origin>0 0</origin>
  25.             </image>
  26.  
  27.     </view>
  28.  
  29. </feature>
  30.    
  31.     <feature supported="video">
  32.    
  33.         <view name="video">
  34.    
  35.             <video name="md_video">
  36.                 <pos>0.67 0.4</pos>
  37.                 <origin>0.5 0.5</origin>
  38.                 <maxSize>0.3 0.408</maxSize>
  39.                 <delay></delay>
  40.                 <default></default>
  41.                 <showSnapshotNoVideo>true</showSnapshotNoVideo>
  42.                 <showSnapshotDelay>false</showSnapshotDelay>
  43.                 </video>
  44.  
  45.         <image name="md_image">
  46.             <pos>0.918 0.525</pos>
  47.             <maxSize>0.127 0.17</maxSize>
  48.             <origin>0.5 0.5</origin>
  49.             </image>
  50.        
  51.             <image name="md_marquee">
  52.                 <pos>1 1</pos>
  53.                 <maxSize>0 0</maxSize>
  54.                 <origin>0 0</origin>
  55.             </image>
  56.        
  57.         </view>
  58.     </feature>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement