Skip to content

Commit

Permalink
Make whitespace formatting consistent in attrs.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
devinmorgan committed Jun 17, 2024
1 parent 86839db commit 54bb224
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions forage-android/src/main/res/values/attrs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
<!-- Style attribute for the TextInputLayout -->
<attr name="pinInputLayoutStyle" format="reference" />

<attr name="hint" format="string"/>
<attr name="text" format="string"/>
<attr name="textSize" format="dimension"/>
<attr name="textColor" format="color"/>
<attr name="hint" format="string" />
<attr name="text" format="string" />
<attr name="textSize" format="dimension" />
<attr name="textColor" format="color" />
<attr format="color" name="pinBoxStrokeColor" />
<attr name="boxBackgroundColor" format="color" />
<attr name="hintTextColor" format="color" />
Expand Down

0 comments on commit 54bb224

Please sign in to comment.