Search in sources :

Example 1 with CustomFormatter

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);
}
Also used : CustomFormatter(com.a5corp.weather.utils.CustomFormatter) Prefs(com.a5corp.weather.preferences.Prefs)

Aggregations

Prefs (com.a5corp.weather.preferences.Prefs)1 CustomFormatter (com.a5corp.weather.utils.CustomFormatter)1