连连看之界面布局

简介: 效果图     项目目录   man.xml                                    

效果图

 

 

项目目录

 

man.xml

 

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:background="@drawable/room">
  
   <!--  <com.gogler.link.view.GameView
        android:id="@+id/gameView"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        /> -->
   
   
 <LinearLayout
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:orientation="horizontal"
    android:layout_marginTop="380px"
    android:background="#1e72bb"
    android:gravity="center">
   
    <Button
        android:id="@+id/startButton"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:background="@drawable/button_selector"/>

    <TextView
        android:id="@+id/timeText"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:gravity="center"
        android:textSize="20dip"
        android:width="150px"
        android:textColor="#ff9" />

</LinearLayout>

</RelativeLayout>

 

 

 

相关文章
|
1月前
|
定位技术 流计算 Python
怎样使用Pyglet库给推箱子游戏画关卡地图
怎样使用Pyglet库给推箱子游戏画关卡地图
30 0
|
1月前
|
定位技术
Pyglet综合应用|推箱子游戏地图编辑器之图片跟随鼠标
Pyglet综合应用|推箱子游戏地图编辑器之图片跟随鼠标
26 0
|
6月前
|
算法 图形学
Unity小游戏——武士击杀小怪兽(无限滚动的背景)
Unity小游戏——武士击杀小怪兽(无限滚动的背景)
|
11月前
|
前端开发
前端代码分享——霓虹灯图标菜单特效(内含源码)
前端代码分享——霓虹灯图标菜单特效(内含源码)
|
定位技术
【Axure教程】拖拉拽放大缩小和移动元件
【Axure教程】拖拉拽放大缩小和移动元件
|
数据可视化 定位技术
【Axure教程】拖拉拽移动地图
【Axure教程】拖拉拽移动地图
【Axure教程】拖拉拽移动地图
Qt-网易云音乐界面实现-9 照片墙功能
最近车也买了,不过倒是没有想象的那么开心,车真的是想消耗品啊。
182 0
Qt-网易云音乐界面实现-9 照片墙功能
|
API 图形学 Android开发
创作 【Unity使用UGUI实现王者荣耀UI界面(四)】游戏开始界面
创作 【Unity使用UGUI实现王者荣耀UI界面(四)】游戏开始界面
423 0
创作 【Unity使用UGUI实现王者荣耀UI界面(四)】游戏开始界面
|
Java Android开发
PopupWindow 使用详解(二) Popwindow 制作常见花哨效果
PopupWindow 详解的第二篇,制作一些相对简单的效果。
4734 0
|
XML Android开发 数据格式
界面无小事(六):来做个好看得侧拉菜单!
界面无小事(一): RecyclerView+CardView了解一下界面无小事(二): 让RecyclerView展示更多不同视图界面无小事(三):用RecyclerView + Toolbar做个文件选择器界面无小事(四):来写个滚动选择器吧!界面...
1361 0