(FIX #523) add thumbnail for Lobsters

Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
This commit is contained in:
Daniel Ziegenberg 2020-05-10 03:09:37 +02:00
parent 29f11a09c4
commit b1d97c4a29
3 changed files with 15 additions and 0 deletions

View file

@ -15,6 +15,7 @@
* Improvement: Rewording of the last used dialog (Issue #485)
* Improvement: Handle the back key to close open drawers or the FAB overlay (Issue #499)
* Improvement: Validate secrets during manual entry (Issue #500)
* Thumbnails: Lots of new ones (thanks to all contributors)
* Bug fix: Fix some remaining issues with the intro dialog (Issue #486)
#### v0.7.0

View file

@ -165,6 +165,7 @@ public class EntryThumbnail {
Linode(R.drawable.thumb_linode),
Liqui(R.drawable.thumb_liqui),
LivelyMe(R.drawable.thumb_livelyme),
Lobsters(R.drawable.thumb_lobsters),
LocalBitcoins(R.drawable.thumb_localbitcoins),
LocalMonero(R.drawable.thumb_localmonero),
LogMeIn(R.drawable.thumb_logmein),

View file

@ -0,0 +1,13 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="200dp"
android:height="200dp"
android:viewportWidth="200"
android:viewportHeight="200">
<path
android:fillColor="#FFFFFF"
android:pathData="H0V200H200V0z" />
<path
android:fillColor="#AB1F23"
android:pathData="M0,0V200H200V0ZM163.32,169.82H36.06V158.4h2.06c7,0 11.53,-1.28 13.64,-3.85 2.10,-2.57 3.14,-6.97 3.14,-13.24V58.72c0,-6.37 -1.10,-10.81 -3.29,-13.34 -2.2,-2.49 -6.70,-3.76 -13.48,-3.76H36.07V30.2h74.86v11.42h-2.78c-7,0 -11.53,1.28 -13.64,3.85 -2.11,2.58 -3.15,6.98 -3.15,13.24v79.68c0,5.98 0.34,9.92 1.02,11.84 0.68,1.92 2.48,3.58 5.4,5 2.92,1.4 8.01,2.12 15.29,2.12 12.21,0 21.34,-3.08 27.37,-9.21 6.04,-6.14 10.16,-14.4 12.36,-24.76h11.12z" />
</vector>