colortheme korrigiert

This commit is contained in:
JG-Cody 2024-02-25 18:56:39 +01:00
parent 30f1dc118c
commit 15dd128a4b
3 changed files with 9 additions and 3 deletions

View File

@ -90,8 +90,6 @@
android:ems="10"
android:hint="@string/login_ipaddress"
android:inputType="text"
android:textColor="@color/mtrl_btn_text_color_selector"
android:textColorHint="@color/mtrl_btn_text_color_selector"
app:layout_constraintEnd_toEndOf="@+id/text_home"
app:layout_constraintHorizontal_bias="0.5"
app:layout_constraintStart_toStartOf="@+id/text_home"

View File

@ -1,5 +1,5 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<style name="Theme.OneTap_SSH." parent="Base.Theme.OneTap_SSH">
<style name="Theme.OneTap_SSH" parent="Base.Theme.OneTap_SSH">
<item name="android:textColor">@color/white</item>
<item name="colorOnBackground">@color/background_grey</item>
</style>

View File

@ -0,0 +1,8 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<style name="Theme.CringeAuthenticator" parent="Base.Theme.OneTap_SSH">
<!-- Transparent system bars for edge-to-edge. -->
<item name="android:navigationBarColor">@android:color/transparent</item>
<item name="android:statusBarColor">@android:color/transparent</item>
<item name="android:windowLightStatusBar">?attr/isLightTheme</item>
</style>
</resources>