WEB开发网
开发学院手机开发Android 开发 Android 抽屉式Activity 阅读

Android 抽屉式Activity

 2012-07-17 14:06:29 来源:WEB开发网   
核心提示: ---main.xml<?xml version="1.0" encoding="utf-8"?><AbsoluteLayout xmlns:android="android.com/apk/res/android">http://sche

 

---------------------------main.xml
<?xml version="1.0" encoding="utf-8"?> 
<AbsoluteLayout xmlns:android="android.com/apk/res/android">http://schemas.android.com/apk/res/android" 
   android:id="@+id/layout" 
   android:layout_width="fill_parent" 
   android:layout_height="fill_parent" > 
 
   <FrameLayout 
     android:id="@+id/slideout_placeholder" 
     android:layout_width="fill_parent" 
     android:layout_height="fill_parent" 
     android:background="#777777" > 
 
     <ListView 
       android:id="@+id/list" 
       android:layout_width="fill_parent" 
       android:layout_height="fill_parent" 
       android:cacheColorHint="#00000000" /> 
   </FrameLayout> 
 
   <ImageView 
     android:id="@+id/slidedout_cover" 
     android:layout_width="fill_parent" 
     android:layout_height="fill_parent" 
     android:scaleType="fitXY" /> 
 
</AbsoluteLayout> 

1 2 3 4 5 6  下一页

Tags:Android 抽屉式 Activity

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接