Daniel Hohle
Daniel Hohle
Caller: ``` public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { rootView = inflater.inflate(R.layout.gridview, container, false); mSwipeRefreshLayout = (SwipeRefreshLayout) rootView .findViewById(R.id.container); mGridView = (GridView) rootView.findViewById(R.id.gridView1); if (this.thisTab != null) {...
One, minor, or thing. Using TextView there are settings like android:autoLink="web" android:linksClickable="true" But not for FlowTextView (as far as I could tell). Do you know whether this is a major...
Makes no difference. Also, when I do ``` ``` And add a OnClickListener (or whatever listener) to FlowTextView, nothing happens... When I add a listener to either the TextView or...
Btw, I just found that when using ``` ``` The side where FlowTextView wasn't but it's parent was, the click works... (Figuring out what that means)