Screen Lock: More changes due to code review

This commit is contained in:
Torsten Grote
2018-08-08 13:43:43 -03:00
parent ef1d5d3233
commit 0f37a43415
8 changed files with 67 additions and 37 deletions

View File

@@ -37,7 +37,7 @@
<Button
android:id="@+id/unlock"
style="@style/BriarButton.Default"
style="@style/BriarButton"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="@dimen/margin_large"

View File

@@ -451,10 +451,7 @@
<!-- App Locking -->
<string name="lock_unlock">Unlock Briar</string>
<string name="lock_unlock_description">Enter your device PIN, pattern or password to continue</string>
<string name="lock_is_locked">Briar is locked</string>
<string name="lock_tap_to_unlock">Tap to unlock</string>
<!-- This is meant as an imperative, but should be shorter than: Lock the app! -->
<string name="lock_lock">Lock</string>
</resources>