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>
作者:老Zhan
出处:http://www.cnblogs.com/mybkn/
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。