tweak quick preview dialog a bit
This commit is contained in:
parent
97ba504c48
commit
36561a436e
@ -279,7 +279,6 @@ public class CommonActivity extends ActionBarActivity implements SharedPreferenc
|
||||
|
||||
AlertDialog.Builder builder = new AlertDialog.Builder(
|
||||
CommonActivity.this)
|
||||
.setTitle(R.string.open_link)
|
||||
.setView(dialogView)
|
||||
.setMessage(uri.toString())
|
||||
.setPositiveButton(R.string.quick_preview,
|
||||
@ -297,7 +296,7 @@ public class CommonActivity extends ActionBarActivity implements SharedPreferenc
|
||||
|
||||
}
|
||||
})
|
||||
.setNegativeButton(R.string.open_with_app,
|
||||
.setNegativeButton(R.string.open_with,
|
||||
new Dialog.OnClickListener() {
|
||||
public void onClick(DialogInterface dialog,
|
||||
int which) {
|
||||
|
@ -231,7 +231,7 @@
|
||||
<string name="video_player_share">Share video</string>
|
||||
<string name="video_player_open">Open video</string>
|
||||
|
||||
<string name="flavor_image_prompt">(more images...)</string>
|
||||
<string name="flavor_image_prompt">(more images…)</string>
|
||||
<string name="headlines_row_top_changed">New articles found, reload feed to continue.</string>
|
||||
<string name="prefs_custom_tabs_summary">Open external links with Chrome custom tabs (faster, used if available)</string>
|
||||
<string name="prefs_use_custom_tabs">Use quick preview</string>
|
||||
@ -240,4 +240,5 @@
|
||||
<string name="quick_preview">Quick preview</string>
|
||||
<string name="open_with_app">Open with app</string>
|
||||
<string name="prefs_opening_links">Opening links</string>
|
||||
<string name="open_with">Open with…</string>
|
||||
</resources>
|
||||
|
Loading…
Reference in New Issue
Block a user