Refactors monster detail to use a view holder and partially corrects Regional Actions to Regional Effects.

This commit is contained in:
Tom Hicks
2021-06-27 00:17:16 -07:00
parent 99334d4815
commit ba1c30ba66
4 changed files with 328 additions and 140 deletions

View File

@@ -181,7 +181,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="@dimen/text_margin"
android:text="@string/label_regional_actions"
android:text="@string/label_regional_effects"
android:textSize="@dimen/text_h4_size"
app:drawableEndCompat="@drawable/ic_chevron_right_24" />