mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2025-01-18 06:17:59 +01:00
use a different video icon at list view, without fill
This commit is contained in:
parent
1cd68fe9a0
commit
99da56deec
6 changed files with 3 additions and 1 deletions
|
@ -406,6 +406,8 @@ class DirectoryAdapter(val activity: SimpleActivity, var dirs: MutableList<Direc
|
|||
|
||||
if (isListView) {
|
||||
dir_name.setTextColor(textColor)
|
||||
dir_path.setTextColor(textColor)
|
||||
photo_cnt.setTextColor(textColor)
|
||||
dir_pin.setColorFilter(textColor, PorterDuff.Mode.SRC_IN)
|
||||
dir_sd_card.setColorFilter(textColor, PorterDuff.Mode.SRC_IN)
|
||||
}
|
||||
|
|
BIN
app/src/main/res/drawable-hdpi/img_play_outline_empty.png
Normal file
BIN
app/src/main/res/drawable-hdpi/img_play_outline_empty.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
BIN
app/src/main/res/drawable-xhdpi/img_play_outline_empty.png
Normal file
BIN
app/src/main/res/drawable-xhdpi/img_play_outline_empty.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
BIN
app/src/main/res/drawable-xxhdpi/img_play_outline_empty.png
Normal file
BIN
app/src/main/res/drawable-xxhdpi/img_play_outline_empty.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.5 KiB |
BIN
app/src/main/res/drawable-xxxhdpi/img_play_outline_empty.png
Normal file
BIN
app/src/main/res/drawable-xxxhdpi/img_play_outline_empty.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.7 KiB |
|
@ -47,7 +47,7 @@
|
|||
android:layout_alignParentRight="true"
|
||||
android:layout_marginRight="@dimen/small_margin"
|
||||
android:paddingBottom="6dp"
|
||||
android:src="@drawable/img_play_outline"
|
||||
android:src="@drawable/img_play_outline_empty"
|
||||
android:visibility="gone"/>
|
||||
|
||||
<TextView
|
||||
|
|
Loading…
Reference in a new issue