Skip to content

Commit

Permalink
change locked/unlocked reply pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarning committed Aug 24, 2020
1 parent 4b81ecf commit bfc7637
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/src/main/res/xml/setup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@

<EditTextPreference
android:key="locked_pattern"
android:title="Match locked state"
android:title="Reply Pattern (locked)"
android:persistent="false"
android:inputType="textNoSuggestions" />

<EditTextPreference
android:key="unlocked_pattern"
android:title="Match unlocked state"
android:title="Reply Pattern (unlocked)"
android:persistent="false"
android:inputType="textNoSuggestions" />

Expand Down Expand Up @@ -196,13 +196,13 @@

<EditTextPreference
android:key="locked_pattern"
android:title="Match locked state"
android:title="Reply Pattern (locked)"
android:persistent="false"
android:inputType="textNoSuggestions" />

<EditTextPreference
android:key="unlocked_pattern"
android:title="Match unlocked state"
android:title="Reply Pattern (unlocked)"
android:persistent="false"
android:inputType="textNoSuggestions" />

Expand Down Expand Up @@ -281,13 +281,13 @@

<EditTextPreference
android:key="locked_pattern"
android:title="Match locked state"
android:title="Reply Pattern (locked)"
android:persistent="false"
android:inputType="textNoSuggestions" />

<EditTextPreference
android:key="unlocked_pattern"
android:title="Match unlocked state"
android:title="Reply Pattern (unlocked)"
android:persistent="false"
android:inputType="textNoSuggestions" />

Expand Down

0 comments on commit bfc7637

Please sign in to comment.