Removes dead code and cleans up annotations Nullable/NonNull annotations.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user