moving an icon in Commons
This commit is contained in:
parent
64ee324d1a
commit
1251d09900
4 changed files with 3 additions and 12 deletions
|
|
@ -1,9 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="96dp"
|
||||
android:height="96dp"
|
||||
android:viewportWidth="128"
|
||||
android:viewportHeight="128">
|
||||
<path
|
||||
android:fillColor="#FFFFFF"
|
||||
android:pathData="m78.881,62.706c11.048,0 19.996,-8.948 19.996,-19.996 0,-11.048 -8.948,-19.996 -19.996,-19.996 -11.048,0 -19.996,8.948 -19.996,19.996 0,11.048 8.948,19.996 19.996,19.996zM33.891,52.708 L33.891,37.712 23.893,37.712 23.893,52.708 8.897,52.708 8.897,62.706 23.893,62.706 23.893,77.703 33.891,77.703 33.891,62.706 48.888,62.706 48.888,52.708zM78.881,72.704c-13.347,0 -39.991,6.699 -39.991,19.996l0,9.998 79.982,0 0,-9.998c0,-13.297 -26.644,-19.996 -39.991,-19.996z" />
|
||||
</vector>
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
app:showAsAction="ifRoom" />
|
||||
<item
|
||||
android:id="@+id/manage_people"
|
||||
android:icon="@drawable/add_person_vector"
|
||||
android:icon="@drawable/ic_add_person_vector"
|
||||
android:title="@string/add_person"
|
||||
app:showAsAction="ifRoom" />
|
||||
</menu>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue