mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-16 22:11:14 +01:00
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:
parent
622ff4fad4
commit
b8c3db0b6e
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="37.5dp"
|
android:layout_height="37.5dp"
|
||||||
android:background="@android:drawable/screen_background_dark_transparent"
|
android:background="@color/black"
|
||||||
android:layout_alignParentBottom="true" />
|
android:layout_alignParentBottom="true" />
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue