colortheme korrigiert
This commit is contained in:
parent
30f1dc118c
commit
15dd128a4b
@ -90,8 +90,6 @@
|
|||||||
android:ems="10"
|
android:ems="10"
|
||||||
android:hint="@string/login_ipaddress"
|
android:hint="@string/login_ipaddress"
|
||||||
android:inputType="text"
|
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_constraintEnd_toEndOf="@+id/text_home"
|
||||||
app:layout_constraintHorizontal_bias="0.5"
|
app:layout_constraintHorizontal_bias="0.5"
|
||||||
app:layout_constraintStart_toStartOf="@+id/text_home"
|
app:layout_constraintStart_toStartOf="@+id/text_home"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
<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="android:textColor">@color/white</item>
|
||||||
<item name="colorOnBackground">@color/background_grey</item>
|
<item name="colorOnBackground">@color/background_grey</item>
|
||||||
</style>
|
</style>
|
||||||
|
8
app/src/main/res/values-v23/themes.xml
Normal file
8
app/src/main/res/values-v23/themes.xml
Normal 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>
|
Loading…
Reference in New Issue
Block a user