");
- checkFields((TextView)rootView.findViewById(R.id.textView4), bits[25] + bits[61]);
- checkFields((TextView)rootView.findViewById(R.id.textView5), bits[37] + bits[63]);
- checkFields((TextView)rootView.findViewById(R.id.textView6), bits[29]);
- checkFields((TextView)rootView.findViewById(R.id.textView7), bits[6] + bits[64]);
+ stmp = " | " + bits[25] + bits[61] + " | " +
+ "" + bits[1] + bits[60] + " |  |
";
+ sb.append(stmp);
+
+ stmp = " | " + bits[37] + bits[63] + " | " +
+ "" + bits[6] + bits[64] + " |  |
";
+ sb.append(stmp);
String rain = bits[20] + bits[62] + " since mn";
if(bits.length > 160 && !bits[160].equals(""))
rain = bits[158] + bits[62] + " since " + bits[160];
- checkFields((TextView)rootView.findViewById(R.id.textView8), rain);
- checkFields((TextView)rootView.findViewById(R.id.textView9), bits[12] + bits[60]);
- checkFields((TextView)rootView.findViewById(R.id.textView10), bits[45] + "UVI");
- checkFields((TextView)rootView.findViewById(R.id.textView11), bits[43] + "W/m\u00B2");
-
- checkFields((TextView)rootView.findViewById(R.id.textView12), bits[57]);
- checkFields((TextView)rootView.findViewById(R.id.textView13), bits[58]);
- checkFields((TextView)rootView.findViewById(R.id.textView14), bits[47]);
- checkFields((TextView)rootView.findViewById(R.id.textView15), bits[48]);
+ stmp = " | " + rain + " | " +
+ "" + bits[12] + bits[60] + " |  |
";
+ sb.append(stmp);
- LinearLayout homerow = rootView.findViewById(R.id.homerow);
- if(common.GetBoolPref("showIndoor", false))
- homerow.setVisibility(View.VISIBLE);
- else
- homerow.setVisibility(View.GONE);
+ stmp = " | " + bits[45] + "UVI | " +
+ "" + bits[43] + "W/m\u00B2 |  |
";
+ sb.append(stmp);
- if(bits.length > 166)
+ if(bits.length > 202 && common.GetBoolPref("showIndoor", false))
{
- checkFields((TextView) rootView.findViewById(R.id.hometemp), bits[161] + bits[60]);
- checkFields((TextView) rootView.findViewById(R.id.homehumid), bits[166] + bits[64]);
+ stmp = " | " + bits[161] + bits[60] + " | " +
+ "" + bits[166] + bits[64] + " |  |
";
+ sb.append(stmp);
}
+ stmp = "
";
+ sb.append(stmp);
+
+ sb.append("