mirror of
https://github.com/yggdrasil-network/crispa-android.git
synced 2024-11-09 12:01:01 +00:00
1. API 15 support (Android 4.0.3)
This commit is contained in:
parent
4b8c9235b4
commit
4cd7cf2a0e
@ -27,7 +27,8 @@
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:popupTheme="@style/AppTheme.PopupOverlay" />
|
||||
app:popupTheme="@style/AppTheme.PopupOverlay"
|
||||
android:layout_marginRight="240dp" />
|
||||
|
||||
<Switch
|
||||
android:id="@+id/staticIP"
|
||||
|
@ -22,5 +22,6 @@
|
||||
android:paddingEnd="20dp"
|
||||
android:minHeight="22dp"
|
||||
android:textSize="13sp"
|
||||
android:textColor="@color/white"/>
|
||||
android:textColor="@color/white"
|
||||
android:paddingRight="20dp" />
|
||||
</LinearLayout>
|
7
app/src/main/res/values-v21/styles.xml
Normal file
7
app/src/main/res/values-v21/styles.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<style name="SwitchTheme" parent="Theme.AppCompat.Light">
|
||||
<item name="android:colorControlActivated">@color/green</item>
|
||||
</style>
|
||||
</resources>
|
@ -10,7 +10,7 @@
|
||||
</style>
|
||||
|
||||
<style name="SwitchTheme" parent="Theme.AppCompat.Light">
|
||||
<item name="android:colorControlActivated">@color/green</item>
|
||||
|
||||
</style>
|
||||
|
||||
<style name="EditText.OutlinedBox" parent="Widget.MaterialComponents.TextInputLayout.OutlinedBox">
|
||||
|
Loading…
Reference in New Issue
Block a user