mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-26 15:57:34 +00:00
Support for generating video thumbnails
// FREEBIE
This commit is contained in:
BIN
res/drawable-hdpi/ic_play_circle_outline_white_48dp.png
Normal file
BIN
res/drawable-hdpi/ic_play_circle_outline_white_48dp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1023 B |
BIN
res/drawable-mdpi/ic_play_circle_outline_white_48dp.png
Normal file
BIN
res/drawable-mdpi/ic_play_circle_outline_white_48dp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 699 B |
BIN
res/drawable-xhdpi/ic_play_circle_outline_white_48dp.png
Normal file
BIN
res/drawable-xhdpi/ic_play_circle_outline_white_48dp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
res/drawable-xxhdpi/ic_play_circle_outline_white_48dp.png
Normal file
BIN
res/drawable-xxhdpi/ic_play_circle_outline_white_48dp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
BIN
res/drawable-xxxhdpi/ic_play_circle_outline_white_48dp.png
Normal file
BIN
res/drawable-xxxhdpi/ic_play_circle_outline_white_48dp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
@@ -10,6 +10,18 @@
|
||||
android:scaleType="fitCenter"
|
||||
android:contentDescription="@string/conversation_item__mms_image_description" />
|
||||
|
||||
<ImageView android:id="@+id/play_overlay"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
android:gravity="center"
|
||||
android:clickable="false"
|
||||
android:longClickable="false"
|
||||
android:src="@drawable/ic_play_circle_outline_white_48dp"
|
||||
android:tint="#77ffffff"
|
||||
android:tintMode="src_in"
|
||||
android:visibility="gone"/>
|
||||
|
||||
<ViewStub android:id="@+id/transfer_controls_stub"
|
||||
android:layout_width="70dp"
|
||||
android:layout_height="70dp"
|
||||
|
Reference in New Issue
Block a user