Skip to main content

parse_drawables

Function parse_drawables 

Source
pub fn parse_drawables(res_dir: &Path) -> Vec<(String, String, String)>
Expand description

扫描 Drawables (提取路径和扩展名)

§参数

  • res_dir: 资源目录的路径

§返回

(方法名, 绝对路径, 扩展名) 的向量