Sha256: 7a5bb7b68b8b1a186db074de1d15414dd573622ef7e331ae4e360d20e96f975b
Contents?: true
Size: 264 Bytes
Versions: 8
Compression:
Stored size: 264 Bytes
Contents
package com.acouchi; import android.view.View; import android.widget.TextView; public class JsonTextView extends JsonView { private String text; public JsonTextView(TextView textView) { super(textView); text = textView.getText().toString(); } }
Version data entries
8 entries across 8 versions & 1 rubygems