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_open.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_open.xml')
-rw-r--r-- | app/src/main/res/drawable/ic_action_open.xml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/app/src/main/res/drawable/ic_action_open.xml b/app/src/main/res/drawable/ic_action_open.xml index b4fb5a65..ea777109 100644 --- a/app/src/main/res/drawable/ic_action_open.xml +++ b/app/src/main/res/drawable/ic_action_open.xml @@ -1,7 +1,9 @@ <vector xmlns:android="http://schemas.android.com/apk/res/android" - android:height="24dp" android:width="24dp" - android:viewportWidth="24" - android:viewportHeight="24"> - <path android:fillColor="#fff" android:pathData="M13,9H18.5L13,3.5V9M6,2H14L20,8V20A2,2 0 0,1 18,22H6C4.89,22 4,21.1 4,20V4C4,2.89 4.89,2 6,2M11,15V12H9V15H6V17H9V20H11V17H14V15H11Z" /> -</vector>
\ No newline at end of file + android:height="24dp" + android:viewportHeight="24" + android:viewportWidth="24"> + <path + android:fillColor="#fff" + android:pathData="M13,9H18.5L13,3.5V9M6,2H14L20,8V20A2,2 0 0,1 18,22H6C4.89,22 4,21.1 4,20V4C4,2.89 4.89,2 6,2M11,15V12H9V15H6V17H9V20H11V17H14V15H11Z" /> +</vector> |