Show a play button on the image if the post is a video or an image.

This commit is contained in:
Alex Ning
2019-12-19 18:32:37 +08:00
parent f0c04a2f6d
commit ae49dd50d4
10 changed files with 110 additions and 19 deletions

View File

@@ -22,6 +22,8 @@
<color name="backgroundColorPrimaryDark">@color/colorPrimaryDark</color>
<color name="backgroundColorInverse">#000000</color>
<color name="roundedBottomSheetPrimaryBackground">#FFFFFF</color>
<color name="roundedBottomSheetPrimaryNavigationBarColor">@android:color/black</color>