Skip to content

Commit ff2f7fb

Browse files
committed
Refactor bottom spacer fill colour to constant
1 parent 2352fa1 commit ff2f7fb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/src/main/res/layout/input_container.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@
7070
android:id="@+id/bottom_spacer"
7171
android:layout_width="match_parent"
7272
android:layout_height="0dp"
73-
android:background="@android:color/black"
73+
android:background="@color/bottom_spacer_fill"
7474
/>
7575
</io.github.yawnoc.strokeinput.InputContainer>

app/src/main/res/values/colors.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@
2121
<color name="candidate_button_text_pressed">@android:color/black</color>
2222
<color name="candidate_button_fill_unpressed">@android:color/black</color>
2323
<color name="candidate_button_fill_pressed">@color/umbrella_orange</color>
24+
<!-- Bottom spacer -->
25+
<color name="bottom_spacer_fill">@android:color/black</color>
2426
</resources>

0 commit comments

Comments
 (0)