Class WeatherDetailsActivity.DetailsElement

java.lang.Object
de.kaffeemitkoffein.tinyweatherforecastgermany.WeatherDetailsActivity.DetailsElement
Enclosing class:
WeatherDetailsActivity

public class WeatherDetailsActivity.DetailsElement extends Object
  • Constructor Details

    • DetailsElement

      public DetailsElement(String heading, String twilightMorning, String sunrise, String sunset, String twilightEvening, String moonrise, String moonset, Bitmap bitmap, boolean applyFilter)
    • DetailsElement

      public DetailsElement(String heading, int icon, String value, String label, boolean applyFilter)
    • DetailsElement

      public DetailsElement(String heading, int icon, String value, String label)
    • DetailsElement

      public DetailsElement(String heading, Bitmap bitmap, String value, String label)
    • DetailsElement

      public DetailsElement(String heading, Bitmap bitmap, String value, String label, View.OnLongClickListener onLongClickListener)