mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-01-19 12:23:22 +01:00
Merge pull request #3409 from ByteHamster/show-selectability
Cover and text are selectable. Show this on click
This commit is contained in:
commit
1dcff228c6
@ -36,6 +36,7 @@
|
||||
android:layout_marginBottom="16dp"
|
||||
android:contentDescription="@string/cover_label"
|
||||
android:gravity="center_vertical"
|
||||
android:foreground="?attr/selectableItemBackground"
|
||||
tools:src="@drawable/ic_stat_antenna_default"
|
||||
tools:background="@android:color/holo_green_dark" />
|
||||
|
||||
@ -47,6 +48,7 @@
|
||||
android:layout_alignTop="@id/imgvCover"
|
||||
android:layout_toRightOf="@id/imgvCover"
|
||||
android:layout_toEndOf="@id/imgvCover"
|
||||
android:foreground="?attr/selectableItemBackground"
|
||||
tools:text="Podcast title"
|
||||
tools:background="@android:color/holo_green_dark" />
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user