`
leiwuqing
  • 浏览: 14809 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

多分辨率设配布局

 
阅读更多
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent" >

    <LinearLayout
        android:id="@+id/metal_layout"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent" />

    <LinearLayout
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:orientation="vertical" >

        <com.jh.metal.view.MyViewFlipper
            android:id="@+id/classify_titile_vf"
            android:layout_width="fill_parent"
            android:layout_height="fill_parent"
            android:layout_weight="10"
            android:inAnimation="@anim/title_in"
            android:outAnimation="@anim/title_out" >
            <LinearLayout
                android:layout_width="fill_parent"
                android:layout_height="fill_parent"
                android:background="@drawable/classify_titile" />
            <LinearLayout
                android:layout_width="fill_parent"
                android:layout_height="fill_parent" />
        </com.jh.metal.view.MyViewFlipper>

        <RelativeLayout
            android:layout_width="fill_parent"
            android:layout_height="fill_parent"
            android:layout_weight="1">

            <com.jh.metal.view.MyViewFlipper
                android:id="@+id/classify_coloured_metal_vf"
                android:layout_width="fill_parent"
                android:layout_height="fill_parent"
                android:inAnimation="@anim/translate_coloured_in"
                android:outAnimation="@anim/translate_coloured_out" >
                <LinearLayout
                    android:layout_width="fill_parent"
                    android:layout_height="fill_parent"
                    android:orientation="vertical"
                    android:visibility="invisible">
<LinearLayout
                    android:layout_width="fill_parent"
                    android:layout_height="0px"
                    android:layout_weight="50">
                    <ImageView
                        android:id="@+id/classify_coloured_metal_iv"
                        android:layout_width="fill_parent"
                        android:layout_height="fill_parent"
                        android:layout_weight="16"
                        android:background="@drawable/classify_coloured_metal"
                        android:onClick="onClick" />
                    <ImageView
                    android:layout_width="fill_parent"
                    android:layout_height="fill_parent"
                    android:layout_weight="51"
                    android:visibility="invisible"/>
                    </LinearLayout>
                    <LinearLayout
                    android:layout_width="fill_parent"
                    android:layout_height="0px"
                    android:layout_weight="50"
                    android:visibility="invisible">
                    </LinearLayout>
                </LinearLayout>
                <LinearLayout
                    android:layout_width="fill_parent"
                    android:layout_height="fill_parent" />
            </com.jh.metal.view.MyViewFlipper>

            <com.jh.metal.view.MyViewFlipper
                android:id="@+id/classify_steel_meatal_vf"
                android:layout_width="fill_parent"
                android:layout_height="fill_parent"
                android:inAnimation="@anim/translate_steel_in"
                android:outAnimation="@anim/translate_steel_out" >
<LinearLayout
                    android:layout_width="fill_parent"
                    android:layout_height="fill_parent"
                    android:orientation="vertical"
                    android:visibility="invisible">
<LinearLayout
                    android:layout_width="fill_parent"
                    android:layout_height="fill_parent"
                    android:layout_weight="50">
                    <ImageView
                        android:id="@+id/classify_coloured_metal_iv"
                        android:layout_width="fill_parent"
                        android:layout_height="fill_parent"
                        android:layout_weight="23"
                        android:visibility="invisible"/>
                    <ImageView
                        android:id="@+id/classify_steel_metal_iv"
                        android:layout_width="fill_parent"
                        android:layout_height="fill_parent"
                        android:layout_weight="49"
                        android:background="@drawable/classify_steel_meatal"
                        android:onClick="onClick" />
                    </LinearLayout>
                    <LinearLayout
                    android:layout_width="fill_parent"
                    android:layout_height="fill_parent"
                    android:layout_weight="49"
                    android:visibility="invisible">
                    </LinearLayout>
                </LinearLayout>
                <LinearLayout
                    android:layout_width="fill_parent"
                    android:layout_height="fill_parent" />
            </com.jh.metal.view.MyViewFlipper>

            <com.jh.metal.view.MyViewFlipper
                android:id="@+id/classify_mineral_meatal_vf"
                android:layout_width="fill_parent"
                android:layout_height="fill_parent"
                android:inAnimation="@anim/translate_mineral_in"
                android:outAnimation="@anim/translate_mineral_out" >
<LinearLayout
                    android:layout_width="fill_parent"
                    android:layout_height="fill_parent"
                    android:orientation="vertical"
                    android:visibility="invisible">
<LinearLayout
                    android:layout_width="fill_parent"
                    android:layout_height="0px"
                    android:layout_weight="50"
                    android:visibility="invisible">
                    </LinearLayout>
                    <LinearLayout
                    android:layout_width="fill_parent"
                    android:layout_height="0px"
                    android:layout_weight="61">
                    <ImageView
                        android:id="@+id/classify_mineral_metal_iv"
                        android:layout_width="fill_parent"
                        android:layout_height="fill_parent"
                        android:layout_weight="49"
                        android:background="@drawable/classify_mineral_meatal"
                        android:onClick="onClick" />
                    <ImageView
                        android:layout_width="fill_parent"
                        android:layout_height="fill_parent"
                        android:layout_weight="51"
                        android:visibility="invisible"/>
                    </LinearLayout>
                </LinearLayout>
                <LinearLayout
                    android:layout_width="fill_parent"
                    android:layout_height="fill_parent" />
            </com.jh.metal.view.MyViewFlipper>

            <com.jh.metal.view.MyViewFlipper
                android:id="@+id/classify_waster_meatal_vf"
                android:layout_width="fill_parent"
                android:layout_height="fill_parent"
                android:inAnimation="@anim/translate_waster_in"
                android:outAnimation="@anim/translate_waster_out" >
<LinearLayout
                    android:layout_width="fill_parent"
                    android:layout_height="fill_parent"
                    android:visibility="invisible"
                    android:orientation="vertical">
<LinearLayout
                    android:layout_width="fill_parent"
                    android:layout_height="0px"
                    android:layout_weight="50"
                    android:visibility="invisible">
                    </LinearLayout>
                    <LinearLayout
                    android:layout_width="fill_parent"
                    android:layout_height="0px"
                    android:layout_weight="61">
                    <ImageView
                        android:layout_width="fill_parent"
                        android:layout_height="fill_parent"
                        android:layout_weight="49"
                        android:visibility="invisible"/>
                    <ImageView
                        android:id="@+id/classify_waster_metal_iv"
                        android:layout_width="fill_parent"
                        android:layout_height="fill_parent"
                        android:layout_weight="51"
                        android:background="@drawable/classify_waster_meatal"
                        android:onClick="onClick" />
                    </LinearLayout>
                </LinearLayout>
                <LinearLayout
                    android:layout_width="fill_parent"
                    android:layout_height="fill_parent" />
            </com.jh.metal.view.MyViewFlipper>
        </RelativeLayout>
    </LinearLayout>
</FrameLayout>
分享到:
评论

相关推荐

    iOS文字设配屏幕

    标题中的“iOS文字设配屏幕”指的是iOS应用如何根据用户设备的屏幕尺寸动态调整字体大小,确保文本在不同分辨率的屏幕上都能有良好的显示效果。 描述中提到的demo是一种具体的实现方式,它表明在iPhone 5上字体大小...

    iOS实现对不同分辨率设备的字号大小适配方法

    总之,适配iOS不同分辨率设备的字号大小需要考虑设备的屏幕尺寸和分辨率,通过计算或使用内置的布局系统来动态调整字号。这样做不仅可以提供良好的用户体验,还可以避免因为字号不匹配导致的阅读困难。在实际开发中...

    屏幕适配jar包

    这个jar包很可能包含了各种屏幕尺寸和分辨率的资源文件,例如图片、布局文件等,开发者可以通过使用这个工具,一键生成适用于多种主流屏幕的适配文件夹。这样,开发者无需手动为每种屏幕尺寸创建和调整资源,大大...

    水质在线监测仪站房屋建设设要求和水质在线监测仪表技术要求内容.doc

    6. 配管、配线及铭牌标示:管道和线路布局清晰,标识明确,便于维护。所有设备应有清晰的铭牌,标明设备名称、型号、制造商等信息。 二、排放口要求 排放口的设计应符合国家相关法规,保证监测数据的代表性,防止...

    基本功能型车体及改装技术参数.pdf

    7.1.3.10 分辨率:±0.1℃(温度)±0.1%RH(湿度) 7.2 供电方案 总体要求:必须提供二种(含)以上交叉供电方案 7.2.1 车辆自身供电系统 7.2.1.1 配 12V、 100Ah 免维护蓄电池 在车辆点火发动后,为车辆仪表、...

    惠普HP M1005 MFP一体机的中文说明菜单,仅仅是文档哦。

    用户可以通过菜单设置打印分辨率、页面布局、双面打印以及墨粉节省模式等选项。在中文菜单中,这些设置清晰明了,方便用户根据需求进行调整。 2. **扫描功能**:该一体机具备平板式扫描器,可以扫描纸质文档到电脑...

    cad竞赛参考题.doc

    竞赛场地要求为计算机机房,配备60台电脑,CPU至少为P III 2.0GHz,内存至少512MB,显示器分辨率设定为1024*768,建议配备独立显卡以优化图形处理。此外,若条件允许,还应配备激光打印机以备打印需求。操作系统需为...

    网页设计规范(1).doc

    - 栏目名称简明,能清晰反映内容,内容多时可设子栏目,优先展示最新内容。 - 定期更新、核查栏目,优化无保障或低访问量的栏目,避免空白栏目的存在。 4. **频道与专题**: - 频道是重要栏目的集合,一般设在...

    女性时尚门户网站模板

    通过媒体查询和流式布局,网站的内容可以灵活调整,确保在不同分辨率和比例的屏幕上都能保持清晰和整洁。 二、内容布局 女性时尚门户网站模板通常包括多个板块,如首页、时尚新闻、穿搭指南、美妆教程、产品展示等...

    凯视达ZX KS910Plus使用说明书.doc

    而在NVIDIA显卡中,可以通过NVIDIA控制面板进行相应设置,调整多个显示器的布局和显示内容。 在使用凯视达ZX KS910Plus时,务必遵守安全注意事项,如确保电源电压在100~220V之间,避免接触高电压元件,确保设备良好...

    硬盘光盘同步刻录全景高清录播机.docx

    - **前面板布局**:右上方设有画面调节、音频选择和USB控制区域,下方装有蓝光刻录机。 ### 总结 WKP系列带屏硬盘光盘录播机凭借其强大的视频输入处理能力、灵活的存储与备份方案以及全面的网络功能,在高清录播...

    惠普sleekbook 15评测.docx

    键盘配有数字键的全尺寸布局,初次使用可能需要适应,按键手感舒适但略显粘连,且易留油污。触摸板表面的纹理颗粒设计虽能提高定位准确性,但可能影响滑动流畅度,建议用户配合外接鼠标使用。 接口布局方面,...

    测试用例.20210407143130666.xlsx

    4、设配性测试 也就是我们通常说的兼容性测试,主要包括几方面的兼容性:手机型号的兼容性,在手机选项的时候,要兼顾不同的品牌,型号,操作系统和版本(包括定制操作系统),屏幕尺寸和不同分辨率的兼容性 也...

    网页设计评分标准.docx

    - **导航**:首页需设有导航条,链接设置正确,确保所有页面都能直接返回主页,并实现各级分页面之间的有效链接。 - **附加功能**:首页添加水平线和版权信息,提升专业形象。 3. **图片应用**(22分) - **图片...

    港行苹果iPad mini2 4G新机开箱.docx

    - 插口与按键:下方设有数据接口和分体式扬声器;静音键和分体式音量键布局与以往相同。 - **配件**:包含平板本体、充电器和数据线。需要注意的是,由于是港版产品,充电器插头与国行版本不同,国内用户可能需要...

    奥肯天正集团网站方案书样本.doc

    - 功能完善,包括栏目分类清晰、首页设计精美、有英文版支持、设有论坛或社区互动、提供行业资讯、分辨率适应性强、拥有信息发布系统、站内搜索、人才库和会员系统等功能。 三、网站设计需求 1. 完善产品信息展示...

    高压绝缘电阻测试仪KEW3125A 3025A使用说明书

    - **按键布局:** 操作面板布局合理,常用功能键标识清晰。 - **显示屏:** 大尺寸LCD显示屏,显示清晰。 - **防滑手柄:** 提供更好的握持感,减少长时间使用带来的疲劳。 #### 显示屏介绍(第11页) - **LCD显示...

    DESTOON4.0企业模板 茶叶网模板 v4.0.zip

    CSS3是Web设计领域的一个重要里程碑,引入了诸多新特性,如选择器、边框和背景的新样式、多列布局、过渡、动画以及2D和3D变换等。这些特性使得网站设计更加动态、富有表现力,同时也提高了用户体验。 DESTOON4.0...

Global site tag (gtag.js) - Google Analytics