這裏的一部分的問題是: 拉伸圖片,而不是整個(9patch)
正如你可以看到黑色的時間線被搞砸了,或多或少地拉伸。
我實際上嘗試了9次修補,但老實說我沒有得到整個事情。
實際上可以解決我的問題嗎?如果是的話,可以爲圖片打補丁嗎?如果是,如何?
作爲一個額外的,我給你每行的XML:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal" >
<TextView
android:id="@+id/date"
android:layout_width="130dp"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:paddingLeft="30dp"
android:textSize="20sp" />
<ImageView
android:id="@+id/point"
android:layout_width="40dp"
android:layout_height="match_parent"
android:scaleType="fitXY" />
<TextView
android:id="@+id/description"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingLeft="5dp"
android:textSize="20sp" />
</LinearLayout>
測試1:
測試2:
與此圖片:
我得到這樣的結果:
測試3:
你可以分享你試過的9個補丁嗎? – fiddler
編輯圖片。我實際上嘗試了其他一些,但令人驚訝但不令人滿意的結果......這是用於截圖的那一個。 –