dashboard
repositories
filestore
activity
search
login
share
/
OpenMvvm
开源的mvvm项目
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'master' into page
nilupeng
2022-08-09
92f09807eeb57f0cb9a4686cde38834549b34962
[share/OpenMvvm.git]
/
app
/
src
/
main
/
res
/
drawable
/
ic_dashboard_black_24dp.xml
1
2
3
4
5
6
7
8
9
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0">
<path
android:fillColor="#FF000000"
android:pathData="M3,13h8L11,3L3,3v10zM3,21h8v-6L3,15v6zM13,21h8L21,11h-8v10zM13,3v6h8L21,3h-8z" />
</vector>