0

我做了自定义寻找微调项目。但在那之后我意识到仍然有白框(周围的按钮)。它在 pic#2 上更明显,其中按钮图像“更短”。你们知道如何排除白框(不显示它们)吗?

使用的主题:

    <?xml version="1.0" encoding="utf-8"?>
    <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@+id/FrameLayout1"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:layout_gravity="center"    
        android:background="@drawable/spinner_select" >

    <TextView
        android:id="@+id/spinnertext"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_gravity="center" />

    </FrameLayout>

http://imageshack.us/photo/my-images/402/72449930.png/ 在此处输入图像描述

4

1 回答 1

0

您可以保留所有按钮,例如:android:layout_width="fill_parent"withandroid:orientation="vertical"RelativeLayout按钮将始终更大/更大,而不取决于其中的文本。

于 2012-09-21T20:30:44.823 回答