Skip to content

Commit

Permalink
[#22] RectangleButton, RoundButton Style 적용
Browse files Browse the repository at this point in the history
- styles_button.xml 으로 파일명 변경
- RectangleButton minHeight 추가
  • Loading branch information
yuni-ju committed Apr 14, 2022
1 parent 0a84c3c commit 154dfb9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<item name="android:background">@drawable/selector_rectangle_button</item>
<item name="android:textSize">21dp</item>
<item name="android:textColor">@drawable/selector_rectangle_button_text</item>
<item name="android:minHeight">88dp</item>
</style>

<style name="RoundButtonTheme">
Expand Down

0 comments on commit 154dfb9

Please sign in to comment.