diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2021-04-30 13:40:14 -0600 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2021-04-30 13:40:14 -0600 |
commit | 47ffcc64c0d443b16169f43848f1453ca8144031 (patch) | |
tree | 954a747334ec74dca23593572343cdf639e12117 /app/src/main/res/drawable/ic_baseline_login_24.xml | |
parent | 9e2a0fe9d72bab97c2cd69ff6994148eda22fd35 (diff) | |
download | wiimmfi-watcher-47ffcc64c0d443b16169f43848f1453ca8144031.tar wiimmfi-watcher-47ffcc64c0d443b16169f43848f1453ca8144031.tar.gz wiimmfi-watcher-47ffcc64c0d443b16169f43848f1453ca8144031.tar.bz2 |
finished designing fragments, need to start programming them soon
Diffstat (limited to 'app/src/main/res/drawable/ic_baseline_login_24.xml')
-rw-r--r-- | app/src/main/res/drawable/ic_baseline_login_24.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/ic_baseline_login_24.xml b/app/src/main/res/drawable/ic_baseline_login_24.xml new file mode 100644 index 0000000..0d9837d --- /dev/null +++ b/app/src/main/res/drawable/ic_baseline_login_24.xml @@ -0,0 +1,10 @@ +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:width="24dp" + android:height="24dp" + android:viewportWidth="24" + android:viewportHeight="24" + android:tint="?attr/colorControlNormal"> + <path + android:fillColor="@android:color/white" + android:pathData="M11,7L9.6,8.4l2.6,2.6H2v2h10.2l-2.6,2.6L11,17l5,-5L11,7zM20,19h-8v2h8c1.1,0 2,-0.9 2,-2V5c0,-1.1 -0.9,-2 -2,-2h-8v2h8V19z"/> +</vector> |