mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 01:08:50 -06:00
Merge pull request #1113 from KristianTashkov/kris/create_habit_border
Add border to create habit buttons
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
android:color="?colorAccent">
|
||||
<item android:gravity="center">
|
||||
<shape android:shape="rectangle">
|
||||
<stroke android:width="2dp" android:color="?android:textColor"/>
|
||||
<solid android:color="?cardBgColor"/>
|
||||
<corners android:radius="5dp" />
|
||||
</shape>
|
||||
|
||||
Reference in New Issue
Block a user