Removes dead code and cleans up annotations Nullable/NonNull annotations.

This commit is contained in:
2021-07-05 22:41:49 -07:00
committed by Tom Hicks
parent 1e007a3553
commit 39cab7f799
62 changed files with 290 additions and 255 deletions

View File

@@ -1,9 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<attr name="label" format="string" localization="suggested" />
<declare-styleable name="Stepper">
<attr name="stepAmount" format="integer" />
<attr name="minValue" format="integer" />
<attr name="maxValue" format="integer" />
<attr name="label" format="string" localization="suggested" />
<attr name="label" />
</declare-styleable>
</resources>
<declare-styleable name="AbilityScorePicker">
<attr name="label" />
</declare-styleable>
</resources>

View File

@@ -34,6 +34,7 @@
<string name="label_can_hover">Can Hover</string>
<string name="label_can_speak_language">Can Speak</string>
<string name="label_challenge_rating">Challenge Rating</string>
<string name="label_challenge_rating_with_value">CR %s</string>
<string name="label_challengeRating_icon">CR</string>
<string name="label_charisma">Charisma</string>
<string name="label_climb_speed">Climb Speed</string>