这是我第一次在我的 android 应用程序上使用九补丁图像。太愚蠢了。当我在 Eclipse 布局编辑器上预览时,它可以工作。但是当我在真实设备(HTC Inspire 4g、HTC Explorer、...)上构建应用程序时,情况并非如此。
<LinearLayout
android:layout_width="0dip"
android:layout_height="fill_parent"
android:layout_margin="5dp"
android:layout_weight="1"
android:background="@drawable/shadow_border"
android:gravity="center"
android:padding="0dip" >
<TextView
android:id="@+id/itemdetail_textview_price"
style="@style/textview_nomalBold"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="$10"
android:textColor="#F00"
android:textSize="32dp" />
<TextView
android:id="@+id/itemdetail_textview_originalPrice"
style="@style/textview_nomalBold"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="15dp"
android:text="$20"
android:textSize="32dp" />
</LinearLayout>
这里有什么问题吗?
更新:
我正在为 Android 2.2 及更高版本编写应用程序。
我的手机使用 Android 2.3