Skip to content

Commit 5de071b

Browse files
committed
Merge branch 'feat/reorder-stats' into 'master'
Reorder characteristics in form to match other places Closes #53 See merge request fmasa/wfrp-master!99
2 parents d49ff02 + 57ff34f commit 5de071b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/src/main/res/layout/fragment_character_stats_form.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,18 @@
4040
maxStrengthInput,
4141
toughnessInput,
4242
maxToughnessInput,
43+
initiativeInput,
44+
maxInitiativeInput,
4345
agilityInput,
4446
maxAgilityInput,
47+
dexterityInput,
48+
maxDexterityInput,
4549
intelligenceInput,
4650
maxIntelligenceInput,
4751
willPowerInput,
4852
maxWillPowerInput,
4953
fellowshipInput,
50-
maxFellowshipInput,
51-
initiativeInput,
52-
maxInitiativeInput,
53-
dexterityInput,
54-
maxDexterityInput
54+
maxFellowshipInput
5555
"
5656
app:flow_horizontalAlign="start"
5757
app:flow_maxElementsWrap="2"

0 commit comments

Comments
 (0)