Add button when displaying remote wipers allowing the list of wipers to be modified

This commit is contained in:
ameba23
2021-09-07 13:20:01 +02:00
parent 336866da51
commit b9c614acfb
6 changed files with 29 additions and 7 deletions

View File

@@ -31,4 +31,15 @@ android:layout_height="match_parent">
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/textViewThreshold" />
<Button
android:id="@+id/button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="32dp"
android:text="@string/remote_wipe_modify_contacts"
android:textSize="24sp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/textViewWipers" />
</androidx.constraintlayout.widget.ConstraintLayout>

View File

@@ -766,6 +766,7 @@
<string name="activity_name_revoke_remote_wipe">Revoke Remote Wipe</string>
<string name="revoke_remote_wipe">Revoke remote wipe status</string>
<string name="remote_wipe_revoke_success">Remote wipe status revoked</string>
<string name="remote_wipe_modify_contacts">Change remote wipers</string>
<string name="button_confirm">Ok</string>
</resources>