diff options
author | Samuel Holland <samuel@sholland.org> | 2017-08-22 23:09:55 -0500 |
---|---|---|
committer | Samuel Holland <samuel@sholland.org> | 2017-08-22 23:10:41 -0500 |
commit | c1cdea42b6261008596d6924dcc488aef289b0d2 (patch) | |
tree | c7da715b0a02ad993e588f535259d99a896fde1b /app/src/main/res/drawable | |
parent | 3a264f7020005383bf98e4d3f4d39c1b10477bf1 (diff) |
Finish first pass of config editor fields
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/src/main/res/drawable')
-rw-r--r-- | app/src/main/res/drawable/ic_action_delete_black.xml | 9 |
1 files changed, 9 insertions, 0 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 new file mode 100644 index 00000000..c3e906d5 --- /dev/null +++ b/app/src/main/res/drawable/ic_action_delete_black.xml @@ -0,0 +1,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: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"/> +</vector> |