diff options
author | Samuel Holland <samuel@sholland.org> | 2018-01-08 02:19:13 -0600 |
---|---|---|
committer | Samuel Holland <samuel@sholland.org> | 2018-01-08 02:19:13 -0600 |
commit | d645d698475f986d8be8a0c9c96f2cd9b5dd153d (patch) | |
tree | 3ace665e70d3b61402d209262ae1eccad518aa2c /app/src/main/res/drawable/ic_action_delete_black.xml | |
parent | 88e30431cb226f3b52b55cdc56338eec45d7908a (diff) |
project: Global cleanup
Signed-off-by: Samuel Holland <samuel@sholland.org>
Diffstat (limited to 'app/src/main/res/drawable/ic_action_delete_black.xml')
-rw-r--r-- | app/src/main/res/drawable/ic_action_delete_black.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app/src/main/res/drawable/ic_action_delete_black.xml b/app/src/main/res/drawable/ic_action_delete_black.xml index 8566a379..8fc53e7b 100644 --- a/app/src/main/res/drawable/ic_action_delete_black.xml +++ b/app/src/main/res/drawable/ic_action_delete_black.xml @@ -1,9 +1,9 @@ <vector xmlns:android="http://schemas.android.com/apk/res/android" - android:width="24dp" - android:height="24dp" - android:viewportWidth="24" - android:viewportHeight="24"> + android:width="24dp" + android:height="24dp" + android:viewportHeight="24" + android:viewportWidth="24"> <path - android:pathData="M6,19c0,1.1 0.9,2 2,2h8c1.1,0 2,-0.9 2,-2V7H6v12zM19,4h-3.5l-1,-1h-5l-1,1H5v2h14V4z" - android:fillColor="#000000"/> + android:fillColor="#000000" + android:pathData="M6,19c0,1.1 0.9,2 2,2h8c1.1,0 2,-0.9 2,-2V7H6v12zM19,4h-3.5l-1,-1h-5l-1,1H5v2h14V4z" /> </vector> |