如何獲得以屏幕中心爲中心的動畫(移動水平線)?爲了更好地說明這種「效果」是用在呼吸器,生命支持(我的意思是我所謂的「生命線」)。我關心的是,這種影響在API中可用9> =Android中的動畫水平線
這是我好不容易纔湊齊:
<?xml version="1.0" encoding="utf-8"?><shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" >
<stroke
android:dashGap="10px"
android:dashWidth="30px"
android:width="5dp"
android:color="#ff000000" />
</shape>
不幸的是,這僅僅是一條垂直線,而剛開始玩在Android的XML資源,我不知道如何擺脫這種情況
此xml代碼的含義是什麼?代碼與您的問題無關,請提供真實代碼! – FxRi4