mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-12-23 11:21:29 +00:00
Use preference information style instead of disabling it.
This commit is contained in:
parent
f43b864278
commit
33840d22ea
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@
|
||||||
<Preference
|
<Preference
|
||||||
android:key="syncthing_version"
|
android:key="syncthing_version"
|
||||||
android:title="@string/syncthing_version_title"
|
android:title="@string/syncthing_version_title"
|
||||||
android:enabled="false" />
|
style="?android:preferenceInformationStyle" />
|
||||||
|
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
||||||
|
|
Loading…
Reference in a new issue