Skip to content

Commit

Permalink
[FX-1463] Add types to ForagePINEditText custom styles (#265)
Browse files Browse the repository at this point in the history
* Add missing ForagePINEditText declare-styleable types

Signed-off-by: Devin Morgan <[email protected]>

* Make whitespace formatting consistent in attrs.xml

---------

Signed-off-by: Devin Morgan <[email protected]>
  • Loading branch information
devinmorgan authored Jun 17, 2024
1 parent ba02537 commit 6960592
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions forage-android/src/main/res/values/attrs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- Theme attribute for the default style for the ForagePanEditText component. -->
<attr name="foragePanEditTextStyle" format="reference" />

<!-- Style attributes for the ForagePanEditText component. -->
<!-- Style attributes for the ForagePANEditText component. -->
<declare-styleable name="ForagePANEditText">
<!-- Style attribute for the TextInputLayout -->
<attr name="textInputLayoutStyle" format="reference" />
Expand All @@ -24,15 +24,15 @@
<attr format="dimension" name="panBoxStrokeWidthFocused" />
</declare-styleable>

<!-- Style attributes for the ForagePanEditText component. -->
<!-- Style attributes for the ForagePINEditText component. -->
<declare-styleable name="ForagePINEditText">
<!-- Style attribute for the TextInputLayout -->
<attr name="pinInputLayoutStyle" format="reference" />

<attr name="hint" />
<attr name="text" />
<attr name="textSize" />
<attr name="textColor" />
<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 6960592

Please sign in to comment.