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.
This commit is contained in:
agnostic-apollo
2022-02-05 06:28:22 +05:00
parent 622ff4fad4
commit b8c3db0b6e

View File

@@ -101,7 +101,7 @@
android:visibility="gone"
android:layout_width="match_parent"
android:layout_height="37.5dp"
android:background="@android:drawable/screen_background_dark_transparent"
android:background="@color/black"
android:layout_alignParentBottom="true" />
</RelativeLayout>