Skip to content

Commit d958757

Browse files
committed
ReadMe updated
1 parent 1b911e1 commit d958757

File tree

10 files changed

+199
-72
lines changed

10 files changed

+199
-72
lines changed

.idea/deploymentTargetSelector.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ReadMe.md

Lines changed: 191 additions & 67 deletions
Large diffs are not rendered by default.

app/src/main/res/layout/activity_weather_forecast.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
android:layout_width="match_parent"
5-
android:layout_height="match_parent">
5+
android:layout_height="match_parent"
6+
xmlns:app="http://schemas.android.com/apk/res-auto">
67

78
<com.facebook.shimmer.ShimmerFrameLayout
89
android:id="@+id/daily_forecast_shimmer"
@@ -11,7 +12,8 @@
1112
android:layout_marginStart="8dp"
1213
android:layout_marginEnd="8dp"
1314
android:layout_marginTop="16dp"
14-
android:layout_marginBottom="8dp">
15+
android:layout_marginBottom="8dp"
16+
app:shimmer_duration="@integer/shimmer_effect_duration">
1517

1618
<LinearLayout
1719
android:layout_width="match_parent"

app/src/main/res/layout/item_daily_weather_forecast_shimmer.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
<View xmlns:android="http://schemas.android.com/apk/res/android"
33
android:layout_width="match_parent"
44
android:layout_height="72dp"
5-
android:layout_marginTop="12dp"/>
5+
android:layout_marginTop="12dp"
6+
android:background="@color/shimmer_background"/>

app_icon.png

863 KB
Loading

screenshots/city_search_result.png

542 KB
Loading

screenshots/first_open.png

483 KB
Loading

screenshots/home.png

534 KB
Loading

screenshots/saved_cities.png

462 KB
Loading
568 KB
Loading

0 commit comments

Comments
 (0)