Adds ability score picker.

This commit is contained in:
2021-06-20 00:40:14 -07:00
committed by Tom Hicks
parent d4d298fcc3
commit 54f863ee5f
2 changed files with 8 additions and 10 deletions

View File

@@ -5,7 +5,6 @@
android:layout_height="match_parent"
android:orientation="horizontal"
tools:context=".ui.components.AbilityScorePicker">
<!-- // TODO: style this control to look less awful by default -->
<TextView
android:id="@+id/label"
@@ -17,4 +16,4 @@
android:id="@+id/spinner"
android:layout_width="wrap_content"
android:layout_height="match_parent" />
</merge>
</merge>