Skip to content

Commit e55639e

Browse files
Fixed: Change extra keys and terminal input view background to black
Required for day/night theming and should fix issues where both views were translucent with light terminal color themes.
1 parent 087da0b commit e55639e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
android:visibility="gone"
101101
android:layout_width="match_parent"
102102
android:layout_height="37.5dp"
103-
android:background="@android:drawable/screen_background_dark_transparent"
103+
android:background="@color/black"
104104
android:layout_alignParentBottom="true" />
105105

106106
</RelativeLayout>

0 commit comments

Comments
 (0)