Adds skills to monster cards.

This commit is contained in:
2020-09-01 22:11:04 -07:00
committed by Tom Hicks
parent e0cc8560d1
commit 5396b7b014
5 changed files with 107 additions and 64 deletions

View File

@@ -318,5 +318,18 @@
app:layout_constraintTop_toBottomOf="@+id/divider3"
tools:text="Saving Throws" />
<TextView
android:id="@+id/skills"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:layout_marginTop="8dp"
android:layout_marginEnd="8dp"
android:layout_marginBottom="8dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/saving_throws"
tools:text="Skills" />
</androidx.constraintlayout.widget.ConstraintLayout>
</ScrollView>