This commit is contained in:
lucky 2022-01-08 19:05:31 +03:00
parent 221e0b5cfc
commit 0f45d789e7
1 changed files with 0 additions and 14 deletions

View File

@ -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>