kopia lustrzana https://github.com/ryukoposting/Signal-Android
Support dark mode in verification code keyboard.
rodzic
d0de43a6b2
commit
b14aea0922
|
@ -5,9 +5,9 @@
|
||||||
|
|
||||||
<org.thoughtcrime.securesms.components.NumericKeyboardView
|
<org.thoughtcrime.securesms.components.NumericKeyboardView
|
||||||
android:id="@+id/keyboard_view"
|
android:id="@+id/keyboard_view"
|
||||||
android:keyBackground="@color/grey_300"
|
android:keyBackground="@color/signal_colorSurface1"
|
||||||
android:background="@color/grey_300"
|
android:background="@color/signal_colorSurface1"
|
||||||
android:keyTextColor="@color/black"
|
android:keyTextColor="@color/signal_colorOnSurface"
|
||||||
android:shadowColor="@color/transparent"
|
android:shadowColor="@color/transparent"
|
||||||
android:keyTextSize="30sp"
|
android:keyTextSize="30sp"
|
||||||
android:elevation="3dp"
|
android:elevation="3dp"
|
||||||
|
|
Ładowanie…
Reference in New Issue