Skip to content

Commit

Permalink
Merge branch 'mig5-192_use_Save_message_for_remote_number'
Browse files Browse the repository at this point in the history
  • Loading branch information
n8fr8 committed Jan 17, 2018
2 parents ee6aade + 0d1fc97 commit 72b03f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@
<item name="negativeButtonText">@android:string/cancel</item>
</style>

<style name="AppPreference.DialogPreferenceSave">
<item name="positiveButtonText">@string/save_number</item>
<item name="negativeButtonText">@android:string/cancel</item>
</style>

<style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" />

<style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" />
Expand Down
2 changes: 1 addition & 1 deletion src/main/res/xml/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
android:title="@string/sms_label" />

<EditTextPreference
style="@style/AppPreference.DialogPreferenceRegister"
style="@style/AppPreference.DialogPreferenceSave"
android:dialogLayout="@layout/pref_dialog_edit_text_hint"
android:dialogMessage="@string/sms_dialog_message"
android:inputType="phone"
Expand Down

0 comments on commit 72b03f4

Please sign in to comment.