Merge pull request #6917 from sherlockbeard/sherlockbeard-notAvailableVector

Change "not available" image from PNG to vector format
This commit is contained in:
Stypox 2021-08-25 17:12:07 +02:00 committed by GitHub
commit bbcfdf2969
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 29 additions and 2 deletions

View file

@ -42,7 +42,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="200dp"
android:background="@android:color/transparent"
android:background="?windowBackground"
android:contentDescription="@string/detail_thumbnail_view_description"
android:scaleType="fitCenter"
tools:ignore="RtlHardcoded"