mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 19:29:06 +01:00
Screen Lock: More changes due to code review
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user