Android UI设计模式 android ui璁捐
创始人
2024-07-30 18:51:43
0

home.xml

  1.  
  2.      
  3.    
  4.      
  5.         android:orientation="vertical" 
  6.         android:layout_width="fill_parent" 
  7.         android:layout_height="fill_parent"> 
  8.       
  9.   
  10.      android:layout_width="fill_parent" 
  11.      android:layout_height="fill_parent" 
  12.      android:layout_weight="1.0" /> 
  13.    
  14.   
  15.  

background.xml

  1.  
  2.     
  3.     android:id="@+id/background" 
  4.     android:layout_width="fill_parent" 
  5.     android:layout_height="fill_parent" 
  6.     android:scaleType="fitXY" 
  7.     android:background="@color/background"   
  8. /> 

navigator.xml

  1.  
  2.    
  3.       android:layout_width="fill_parent" 
  4.       android:layout_height="64dp" 
  5.       android:gravity="center_vertical"   
  6.       style="@android:style/ButtonBar"> 
  7.  
  8.       android:id="@+id/button_back"   
  9.       android:layout_width="wrap_content" 
  10.       android:layout_height="40dp" 
  11.       android:text="@string/back" /> 
  12.  
  13.       android:id="@+id/button_home"   
  14.       android:layout_width="wrap_content" 
  15.       android:layout_height="40dp" 
  16.       android:layout_alignParentRight="true" />   
  17.       android:id="@android:id/title"   
  18.       android:layout_width="fill_parent"   
  19.       android:layout_height="wrap_content" 
  20.       android:layout_toRightOf="@id/button_back" 
  21.       android:layout_toLeftOf="@id/button_home" 
  22.       android:gravity="center" 
  23.       android:singleLine="true" 
  24.       android:ellipsize="marquee" 
  25.       android:textAppearance="?android:attr/textAppearanceMedium" />      
  26.  

list.xml

 

tab.xml

  1.  
  2.    xmlns:android="http://schemas.android.com/apk/res/android"   
  3.    android:layout_width="fill_parent"   
  4.    android:layout_height="?android:attr/listPreferredItemHeight"> 
  5.    android:id="@+id/tab_profile" 
  6.    android:layout_width="wrap_content"   
  7.    android:layout_height="wrap_content" 
  8.    android:src="@drawable/tab_profile" 
  9.    android:layout_weight="1.0" 
  10.    android:background="@drawable/bg_btn" />   
  11.    android:id="@+id/tab_friends" 
  12.    android:layout_width="wrap_content" 
  13.    android:layout_height="wrap_content" 
  14.    android:layout_weight="1.0" 
  15.    android:src="@drawable/tab_friends" 
  16.    android:background="@drawable/bg_btn" /> 
  17.   android:id="@+id/tab_games"   
  18.   android:layout_width="wrap_content" 
  19.   android:layout_height="wrap_content" 
  20.   android:layout_weight="1.0" 
  21.   android:src="@drawable/tab_games"   
  22.   android:background="@drawable/bg_btn" /> 
  23.  

【编辑推荐】

谷歌Android UI设计技巧:框架特性

谷歌Android UI设计技巧:新的UI设计模式

谷歌Android UI设计技巧:优秀UI设计准则

相关内容

热门资讯

如何允许远程连接到MySQL数... [[277004]]【51CTO.com快译】默认情况下,MySQL服务器仅侦听来自localhos...
如何利用交换机和端口设置来管理... 在网络管理中,总是有些人让管理员头疼。下面我们就将介绍一下一个网管员利用交换机以及端口设置等来进行D...
施耐德电气数据中心整体解决方案... 近日,全球能效管理专家施耐德电气正式启动大型体验活动“能效中国行——2012卡车巡展”,作为该活动的...
Windows恶意软件20年“... 在Windows的早期年代,病毒游走于系统之间,偶尔删除文件(但被删除的文件几乎都是可恢复的),并弹...
20个非常棒的扁平设计免费资源 Apple设备的平面图标PSD免费平板UI 平板UI套件24平图标Freen平板UI套件PSD径向平...
德国电信门户网站可实时显示全球... 德国电信周三推出一个门户网站,直观地实时提供其安装在全球各地的传感器网络检测到的网络攻击状况。该网站...
着眼MAC地址,解救无法享受D... 在安装了DHCP服务器的局域网环境中,每一台工作站在上网之前,都要先从DHCP服务器那里享受到地址动...
为啥国人偏爱 Mybatis,... 关于 SQL 和 ORM 的争论,永远都不会终止,我也一直在思考这个问题。昨天又跟群里的小伙伴进行...