xml drawable是google為android定義的一種宣告式圖形檔案格式,類似於svg,但更簡單,官方文件非常少,網上有人整理了乙份文件,值得細看:
android drawable xml documentation
下面是乙個簡單的使用例子:
activity**
package com.test;
import android.os.bundle;
public class drawabletest extends activity
}
布局檔案
<?xml version="1.0" encoding="utf-8"?>
shapre使用例項,共四個:
<?xml version="1.0" encoding="utf-8"?>
1
2
3
4
5
6
7
8
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
shape
xmlns:android
=
""
android:shape
=
"oval"
>
<
gradient
android:startcolor
=
"#ffaa6622"
android:endcolor
=
"#ff2288ee"
android:type
=
"linear"
/>
<
padding
android:left
=
"2dp"
android:top
=
"2dp"
android:right
=
"2dp"
android:bottom
=
"2dp"
/>
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
效果圖
下面是系統原始碼裡的例子,檔案為:source/frameworks/base/core/res/res/drawable/progress_horizontal.xml
Spring Cloud Stream使用入門
前面博文嘗試使用了srping cloudbus,裡面引入了spring cloud starter bus kafka和spring cloud starter bus amqp,實時上它們分別依賴了spring cloud starter stream kafka和spring cloud st...
使用WinDbg除錯SQL Server 入門
這篇文章我想 下sql server裡完全不同的領域 如果使用windbg 來自針對windows的除錯工具 除錯sql server。在我們進入枯澀細節之前,我想詳細解釋下為什麼選擇這樣晦澀的話題來寫這篇文章。在我們進入如何詳細配置windbg對sql serve除錯前,首先我想給你講下sql s...
WPS office使用入坑心得
vlookup匹配會失敗的場景 1.被匹配的那一列主鍵沒放在第一列 輸出結果及vlookup第三個引數的取值 1 2.資料框左上角帶有感嘆號 綠色小三角 可能會是資料裡面有空格或者回車 alt enter 或者資料左上方有逗號 該問題還沒尋找解決方式 解決方法 要使用ctrl h把他們識別出來用空內...