博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
android:menu.xml
阅读量:6452 次
发布时间:2019-06-23

本文共 767 字,大约阅读时间需要 2 分钟。

<?xmlversion="1.0"encoding="utf-8"?>

<LinearLayoutxmlns:android="http://schemas.android.com/apk/res/android"

    android:layout_width="fill_parent"

    android:layout_height="110dip"

    android:orientation="horizontal"

    android:padding="10dip"

    android:background="@drawable/bookshelf_middle"

    android:descendantFocusability="afterDescendants"

    >

        <ImageButton

            android:id="@+id/imageButton1"

            android:layout_width="135dip"

            android:layout_height="83dip"

            android:layout_marginLeft="15dip"

            android:layout_weight="1"

            android:focusable="false"/>

        

        <ImageButton 

            android:id="@+id/imageButton2"

            android:layout_width="135dip"

            android:layout_height="83dip"

            android:layout_weight="1"

            android:layout_marginRight="15dip"

            android:layout_marginLeft="10dip"

            android:focusable="false"

            />

        

</LinearLayout>

转载地址:http://hjgwo.baihongyu.com/

你可能感兴趣的文章
如何在目录中查找具有指定字符串的文件(shell)
查看>>
安卓学习笔记2
查看>>
angularJs按需加载代码(未验证)
查看>>
选择排序
查看>>
DotNet(C#)自定义运行时窗体设计器 一
查看>>
P2627 修剪草坪[dp][单调队列]
查看>>
JS详细入门教程(上)
查看>>
Android学习笔记21-ImageView获取网络图片
查看>>
线段树分治
查看>>
git代码冲突
查看>>
lnmp1.3 配置pathinfo---thinkphp3.2 亲测有效
查看>>
查看Linux 系统的配置和增减用户/增减组/增减权限
查看>>
利用android studio 生成 JNI需要的动态库so文件
查看>>
poll
查看>>
衡量优秀的卓越的前端工程师
查看>>
解析查询 queryString 请求参数的函数
查看>>
学生选课系统数据存文件
查看>>
flutter进行自动编译操作步骤
查看>>
4.6 直接插入排序法
查看>>
我的毕设总结所用的技术和只是要点 基于stm32F4的AGV嵌入式控制系统的设计
查看>>