mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
10 lines
No EOL
577 B
XML
10 lines
No EOL
577 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="@dimen/half_standard_height"
|
|
android:height="@dimen/half_standard_height"
|
|
android:viewportWidth="24.0"
|
|
android:viewportHeight="24.0"
|
|
android:tint="@color/status_bar_blue">
|
|
<path
|
|
android:pathData="M12,8c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2c-1.1,0 -2,0.9 -2,2S10.9,8 12,8zM12,10c-1.1,0 -2,0.9 -2,2s0.9,2 2,2c1.1,0 2,-0.9 2,-2S13.1,10 12,10zM12,16c-1.1,0 -2,0.9 -2,2s0.9,2 2,2c1.1,0 2,-0.9 2,-2S13.1,16 12,16z"
|
|
android:fillColor="@android:color/black"/>
|
|
</vector> |