use of com.a5corp.weather.utils.CustomFormatter in project Weather by Sparker0i.
the class GraphsFragment method onCreate.
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
mValueFormatter = new CustomFormatter();
pf = new Prefs(getContext());
setHasOptionsMenu(true);
}
Aggregations