mirror of https://github.com/x13a/Wasted.git
fix ui
This commit is contained in:
parent
221e0b5cfc
commit
0f45d789e7
|
@ -98,20 +98,6 @@
|
|||
android:textAlignment="center"
|
||||
android:text="@string/max_failed_password_attempts_description" />
|
||||
|
||||
<Space
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginVertical="16dp" />
|
||||
|
||||
<com.google.android.material.slider.Slider
|
||||
android:id="@+id/maxFailedPasswordAttempts"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:contentDescription="@string/max_failed_password_attempts_content_description"
|
||||
android:valueFrom="0"
|
||||
android:valueTo="10"
|
||||
android:stepSize="1.0" />
|
||||
|
||||
</LinearLayout>
|
||||
</ScrollView>
|
||||
|
||||
|
|
Loading…
Reference in New Issue