Pro features details

This commit is contained in:
M66B 2016-07-23 09:01:23 +02:00
parent ca4fbbcda3
commit 1b7f742461
2 changed files with 9 additions and 1 deletions

View File

@ -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"

View File

@ -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>