mirror of
https://github.com/bitwarden/android.git
synced 2026-04-29 12:32:26 -05:00
PM-30767: Add archive row to Vault Screen (#6354)
This commit is contained in:
9
ui/src/main/res/drawable/ic_archive.xml
Normal file
9
ui/src/main/res/drawable/ic_archive.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:fillColor="#5A6D91"
|
||||
android:pathData="M5.308,21.5C4.809,21.5 4.383,21.323 4.03,20.97C3.677,20.617 3.5,20.191 3.5,19.692V8.494C3.207,8.343 2.966,8.128 2.78,7.849C2.593,7.57 2.5,7.249 2.5,6.885V4.308C2.5,3.809 2.677,3.383 3.03,3.03C3.383,2.677 3.809,2.5 4.308,2.5H19.692C20.191,2.5 20.617,2.677 20.97,3.03C21.323,3.383 21.5,3.809 21.5,4.308V6.885C21.5,7.249 21.407,7.57 21.22,7.849C21.034,8.128 20.794,8.343 20.5,8.494V19.692C20.5,20.191 20.323,20.617 19.97,20.97C19.617,21.323 19.191,21.5 18.692,21.5H5.308ZM5,8.692V19.644C5,19.747 5.037,19.832 5.11,19.899C5.184,19.966 5.276,20 5.385,20H18.692C18.782,20 18.856,19.971 18.913,19.913C18.971,19.856 19,19.782 19,19.692V8.692H5ZM4.308,7.192H19.692C19.782,7.192 19.856,7.163 19.913,7.106C19.971,7.048 20,6.974 20,6.885V4.308C20,4.218 19.971,4.144 19.913,4.087C19.856,4.029 19.782,4 19.692,4H4.308C4.218,4 4.144,4.029 4.087,4.087C4.029,4.144 4,4.218 4,4.308V6.885C4,6.974 4.029,7.048 4.087,7.106C4.144,7.163 4.218,7.192 4.308,7.192ZM9.913,13.433H14.096C14.303,13.433 14.473,13.364 14.607,13.227C14.741,13.09 14.808,12.918 14.808,12.712C14.808,12.505 14.741,12.335 14.607,12.201C14.473,12.067 14.303,12 14.096,12H9.904C9.697,12 9.527,12.067 9.393,12.201C9.259,12.335 9.192,12.505 9.192,12.712C9.192,12.918 9.261,13.09 9.398,13.227C9.535,13.364 9.707,13.433 9.913,13.433Z" />
|
||||
</vector>
|
||||
@@ -1175,4 +1175,5 @@ Do you want to switch to this account?</string>
|
||||
<string name="failed_to_migrate_items_to_x">Failed to migrate items to %s</string>
|
||||
<string name="search_archive">Search archive</string>
|
||||
<string name="archive_noun">Archive</string>
|
||||
<string name="hidden_items">Hidden items</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user