[android] Ensure that buttons of link warning are always visible

This commit is contained in:
Torsten Grote
2019-02-27 17:01:50 -03:00
parent 106d80ef76
commit 8ae9b7f5a2
3 changed files with 101 additions and 82 deletions

View File

@@ -456,7 +456,7 @@
<!-- Link Warning -->
<string name="link_warning_title">Link Warning</string>
<string name="link_warning_intro">You are about to open the following link with an external app.</string>
<string name="link_warning_text">This can be used to identify you. Think about whether you trust the person that sent you this link and consider opening it with Orfox.</string>
<string name="link_warning_text">This can be used to identify you. Think about whether you trust the person that sent you this link and consider opening it with Tor Browser.</string>
<string name="link_warning_open_link">Open Link</string>
<!-- Crash Reporter -->

View File

@@ -29,7 +29,7 @@
<item name="android:activityCloseExitAnimation">@anim/screen_new_out</item>
</style>
<style name="BriarDialogTheme" parent="Theme.AppCompat.DayNight.Dialog">
<style name="BriarDialogTheme" parent="Theme.AppCompat.DayNight.Dialog.MinWidth">
<item name="colorPrimary">@color/briar_primary</item>
<item name="colorPrimaryDark">@color/briar_primary_dark</item>
<item name="colorAccent">@color/briar_accent</item>