mirror of
https://github.com/M66B/NetGuard.git
synced 2025-01-03 13:54:09 +00:00
Pro features details
This commit is contained in:
parent
ca4fbbcda3
commit
1b7f742461
2 changed files with 9 additions and 1 deletions
|
@ -246,6 +246,13 @@
|
|||
android:visibility="gone" />
|
||||
</LinearLayout>
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="8dp"
|
||||
android:text="@string/title_pro_details"
|
||||
android:textAppearance="@style/TextMedium" />
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/llChallenge"
|
||||
android:layout_width="match_parent"
|
||||
|
|
|
@ -234,8 +234,9 @@ Your internet traffic is not being sent to a remote VPN server.</string>
|
|||
<string name="title_pro_speed">Network speed graph notification</string>
|
||||
<string name="title_pro_theme">Appearance (theme, colors)</string>
|
||||
<string name="title_pro_all">All above pro features</string>
|
||||
<string name="title_pro_buy">Details</string>
|
||||
<string name="title_pro_buy">Buy</string>
|
||||
<string name="title_pro_bought">Enabled</string>
|
||||
<string name="title_pro_details">Tap on the title for more information</string>
|
||||
<string name="title_pro_challenge">Challenge</string>
|
||||
<string name="title_pro_reponse">Response</string>
|
||||
|
||||
|
|
Loading…
Reference in a new issue