mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-12-01 12:31:45 +00:00
Fix feed statistics dialog: align totals with their corresponding values (#8085)
This commit is contained in:
@ -34,11 +34,11 @@
|
||||
tools:visibility="visible">
|
||||
|
||||
<include
|
||||
android:id="@+id/episodesTotal"
|
||||
android:id="@+id/durationTotal"
|
||||
layout="@layout/feed_statistics_card" />
|
||||
|
||||
<include
|
||||
android:id="@+id/durationTotal"
|
||||
android:id="@+id/episodesTotal"
|
||||
layout="@layout/feed_statistics_card" />
|
||||
|
||||
<include
|
||||
|
||||
Reference in New Issue
Block a user