Layout string fix

This commit is contained in:
PeratX 2017-04-25 19:48:48 +08:00
parent a2c9dfe4ca
commit e6d6d5ee92
3 changed files with 3 additions and 1 deletions

View File

@ -40,6 +40,7 @@
</script>
<body>
<br>
<img width="100" height="100" src="itxtech_logo.png"/><br>
<div style="font-size:25px"><a href="https://itxtech.org">iTX Technologies</a></div>
<br>

View File

@ -40,6 +40,7 @@
</script>
<body>
<br>
<img width="100" height="100" src="itxtech_logo.png"/><br>
<div style="font-size:25px"><a href="https://itxtech.org">iTX Technologies</a></div>
<br>

View File

@ -51,7 +51,7 @@
android:enabled="false"/>
<SwitchPreference
android:key="settings_local_host_resolve"
android:title="@string/settings_count_number_of_queries"
android:title="@string/settings_local_hosts_resolve"
android:defaultValue="false"
android:enabled="false"/>
</PreferenceCategory>