Adds skills to monster cards.

This commit is contained in:
2020-09-01 22:11:04 -07:00
parent 257ecb7758
commit 592c0732d2
5 changed files with 138 additions and 0 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>