Skip to content

Commit

Permalink
Fixed: Change extra keys and terminal input view background to black
Browse files Browse the repository at this point in the history
Required for day/night theming and should fix issues where both views were translucent with light terminal color themes.
  • Loading branch information
agnostic-apollo committed Jun 17, 2024
1 parent 087da0b commit e55639e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_termux.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit e55639e

Please sign in to comment.