-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
895 changed files
with
28,173 additions
and
1,844 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
|
||
<item name="animation_min_speed" format="float" type="dimen">100</item> | ||
<item name="animation_max_speed" format="float" type="dimen">1000</item> | ||
<item name="animation_default_speed" format="float" type="dimen">100</item> | ||
<item name="tile_default_opacity" format="float" type="dimen">.5</item> | ||
<item name="aerismaps_animation_min_speed" format="float" type="dimen">100</item> | ||
<item name="aerismaps_animation_max_speed" format="float" type="dimen">1000</item> | ||
<item name="aerismaps_animation_default_speed" format="float" type="dimen">100</item> | ||
<item name="aerismaps_tile_default_opacity" format="float" type="dimen">.5</item> | ||
|
||
<integer name="animation_end_frame_additional_time">1000</integer> | ||
<integer name="camera_change_millis">1500</integer> | ||
<integer name="animation_tiles_to_load">10</integer> | ||
<integer name="aerismaps_animation_end_frame_additional_time">1000</integer> | ||
<integer name="aerismaps_camera_change_millis">1500</integer> | ||
<integer name="aerismaps_animation_tiles_to_load">10</integer> | ||
|
||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
package com.example.view; | ||
|
||
|
||
public class TemperatureInfoData { | ||
public String icon; | ||
public String temperature; | ||
|
||
public TemperatureInfoData(String icon, String temperature) { | ||
this.icon = icon; | ||
this.temperature = temperature; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.