0
A
回答
1
<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
<gradient
android:angle="90"
android:centerColor="#555994"
android:endColor="#b5b6d2"
android:startColor="#555994"
android:type="linear" />
<corners
android:radius="0dp"/>
</shape>
+0
這一個只使用3種顏色...他要求更多。而且,如果角落半徑爲0dp,那麼您可以根本不需要角落。 –
0
相關問題
- 1. 強PARAMS導軌4個允許PARAMS
- 2. 軌道4個強PARAMS +動態hstore鍵
- 3. Rails 4 Strong Params錯誤
- 4. Rails 4 Strong Params has_many with JSON
- 5. Rails 4路線Params(可選)
- 6. PARAMS與PHP
- 7. PARAMS與URL AngularJS
- 8. 傳「PARAMS」與C#
- 9. 與指針PARAMS VS參考PARAMS
- 10. 與params.permit白名單嵌套PARAMS Rails中4
- 11. 傳遞PARAMS與@ Html.Beginform
- 12. 劍道電網與多個PARAMS
- 13. 軌休息路線與多個PARAMS
- 14. 通2個PARAMS與Laravel REST API [Laravel 5]
- 15. ANTLR 4:多PARAMS跳行空間
- 16. 軌道4:插入屬性PARAMS
- 17. this.someFunction(params)不是Angular 4中的函數
- 18. 軌道4 - 遍歷嵌套的JSON PARAMS
- 19. 多個PARAMS
- 20. 多個GET PARAMS
- 21. 軌道4個強PARAMS - 使用數組中的哈希
- 22. 軌道4個PARAMS沒有被髮送到控制器
- 23. 角4個PARAMS使用JSON字符串化
- 24. 笨路由與編碼PARAMS
- 25. RubyOnRails發送PARAMS與form_remote_tag
- 26. GET與URI rounting/PARAMS笨
- 27. 多個 「PARAMS」 文件
- 28. twilio發佈到網址與params [:text_response]和params [:phone_number]
- 29. Scala的:DEF方法[A](一些PARAMS)與DEF方法(一些PARAMS)
- 30. 一個或多個@params
不注意點線 – iCaesar
就你而言,[Nine-Patch](https://developer.android.com/guide/topics/graphics/2d-graphics.html#nine-patch)是更適合 – minipif