Minor fixes
This commit is contained in:
parent
7ccb9d055c
commit
6636d6a558
|
@ -12,7 +12,7 @@ import androidx.core.content.ContextCompat
|
|||
import androidx.core.graphics.ColorUtils
|
||||
import org.moire.ultrasonic.R
|
||||
|
||||
private const val LUMINANCE_LIMIT = 0.4
|
||||
private const val LUMINANCE_LIMIT = 0.5
|
||||
|
||||
/**
|
||||
* Contains functions for computing server display colors
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="256dp"
|
||||
android:height="128dp"
|
||||
android:width="192dp"
|
||||
android:height="96dp"
|
||||
android:viewportWidth="67.733"
|
||||
android:viewportHeight="33.867">
|
||||
<path
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
style="@style/Widget.MaterialComponents.Button.TextButton.Icon"
|
||||
a:layout_width="match_parent"
|
||||
a:layout_height="wrap_content"
|
||||
a:layout_marginTop="24dp"
|
||||
a:layout_marginTop="8dp"
|
||||
a:background="@drawable/default_ripple"
|
||||
a:gravity="center_vertical"
|
||||
a:paddingHorizontal="22dp"
|
||||
|
|
Loading…
Reference in New Issue