mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
Show a play button on the image if the post is a video or an image.
This commit is contained in:
4
app/src/main/res/drawable/ic_play_circle_36dp.xml
Normal file
4
app/src/main/res/drawable/ic_play_circle_36dp.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<vector android:height="36dp" android:viewportHeight="24"
|
||||
android:viewportWidth="24" android:width="36dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="#FFFFFFFF" android:pathData="M10,16.5l6,-4.5 -6,-4.5zM12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM12,20c-4.41,0 -8,-3.59 -8,-8s3.59,-8 8,-8 8,3.59 8,8 -3.59,8 -8,8z"/>
|
||||
</vector>
|
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
<item>
|
||||
<shape android:shape="oval">
|
||||
<solid android:color="@color/backgroundColorInverse" />
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
</layer-list>
|
Reference in New Issue
Block a user