~trb143/openlp/android_fixes

« back to all changes in this revision

Viewing changes to app/src/main/java/org/openlp/android2/fragments/LiveListFragment.java

  • Committer: Tim Bentley
  • Date: 2016-10-21 19:24:55 UTC
  • Revision ID: tim.bentley@gmail.com-20161021192455-jrycump41cymbfjd
fix layout

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
                text1.setTextSize(TypedValue.COMPLEX_UNIT_SP, size);
129
129
                TextView text2 = (TextView) view.findViewById(R.id.liveListNormal);
130
130
                text2.setTextSize(TypedValue.COMPLEX_UNIT_SP, size);
 
131
                Log.i(LOG_TAG, "aaa " + selected +" "+ position);
 
132
 
131
133
                if (selected == position) {
132
134
                    text2.setTypeface(null, Typeface.BOLD_ITALIC);
133
135
                } else{