zoukankan      html  css  js  c++  java
  • android:menu.xml

    <?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>

  • 相关阅读:
    【搞笑】各种程序评测结果
    【UVA】P1510 Neon Sign
    【转载】实用:根号怎么打出来? <引自百度>
    【转载】C++中的模板template <typename T>
    * ! THUSC2017杜老师
    * ! THUSCH2017巧克力
    ! BJOI2019光线
    ! BJOI2019奥术神杖
    ! TJOI/HEOI2016字符串
    ! TJOI/HEOI2016求和
  • 原文地址:https://www.cnblogs.com/mybkn/p/2526598.html
Copyright © 2011-2022 走看看