We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2352fa1 commit ff2f7fbCopy full SHA for ff2f7fb
app/src/main/res/layout/input_container.xml
@@ -70,6 +70,6 @@
70
android:id="@+id/bottom_spacer"
71
android:layout_width="match_parent"
72
android:layout_height="0dp"
73
- android:background="@android:color/black"
+ android:background="@color/bottom_spacer_fill"
74
/>
75
</io.github.yawnoc.strokeinput.InputContainer>
app/src/main/res/values/colors.xml
@@ -21,4 +21,6 @@
21
<color name="candidate_button_text_pressed">@android:color/black</color>
22
<color name="candidate_button_fill_unpressed">@android:color/black</color>
23
<color name="candidate_button_fill_pressed">@color/umbrella_orange</color>
24
+ <!-- Bottom spacer -->
25
+ <color name="bottom_spacer_fill">@android:color/black</color>
26
</resources>
0 commit comments