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 087da0b576
commit e55639e41d

View File

@@ -100,7 +100,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>