Android
FreezesText TextView나 EditText에 존재하는 기능
androidpot
2012. 11. 22. 19:58
아직 정확히 어떤 기능을 하는지 확인되지 않고 있음
android:freezesText
If set, the text view will include its current complete text inside of its frozen icicle in addition to meta-data such as the current cursor position. By default this is disabled; it can be useful when the contents of a text view is not stored in a persistent place such as a content provider.
Must be a boolean value, either "true
" or "false
".
This may also be a reference to a resource (in the form "@[package:]type:name
") or theme attribute (in the form "?[package:][type:]name
") containing a value of this type.
This corresponds to the global attribute resource symbol freezesText
.