1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-12-23 03:11:30 +00:00

Use preference information style instead of disabling it.

This commit is contained in:
Felix Ableitner 2014-05-14 13:39:52 +02:00
parent f43b864278
commit 33840d22ea

View file

@ -9,6 +9,6 @@
<Preference
android:key="syncthing_version"
android:title="@string/syncthing_version_title"
android:enabled="false" />
style="?android:preferenceInformationStyle" />
</PreferenceScreen>