Skip to content

Commit

Permalink
[Refactor] Fix styling some TextInputLayouts
Browse files Browse the repository at this point in the history
Signed-off-by: Muntashir Al-Islam <[email protected]>
  • Loading branch information
MuntashirAkon committed Apr 9, 2024
1 parent 4aade1b commit 20e1c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcore/ui/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@
<style name="ThemeOverlay.AppTheme.TextInputLayout.Small" parent="">
<item name="autoCompleteTextViewStyle">@style/Widget.AppTheme.AutoCompleteTextView.Small</item>
<item name="editTextStyle">@style/Widget.AppTheme.TextInputEditText.Small</item>
<item name="endIconMinSize">18dp</item> <!-- 34 - 8*2 -->
<item name="endIconMinSize">40dp</item>
</style>

<!-- TextInputEditText -->
Expand Down

0 comments on commit 20e1c0a

Please sign in to comment.