Skip to content

Commit

Permalink
Increase weather icon gap a tad bit
Browse files Browse the repository at this point in the history
Signed-off-by: DrDisagree <[email protected]>
  • Loading branch information
Mahmud0808 committed Nov 1, 2024
1 parent 0a23800 commit 1dab727
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/src/main/res/layout/view_current_weather.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="6dp"
android:layout_marginEnd="8dp"
android:ellipsize="end"
android:shadowColor="#99000000"
android:shadowDx="1"
Expand All @@ -36,7 +36,7 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="6dp"
android:layout_marginStart="8dp"
android:shadowColor="#99000000"
android:shadowDx="1"
android:shadowDy="1"
Expand Down Expand Up @@ -79,7 +79,7 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="6dp"
android:layout_marginStart="8dp"
android:shadowColor="#99000000"
android:shadowDx="1"
android:shadowDy="1"
Expand Down Expand Up @@ -108,7 +108,7 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="6dp"
android:layout_marginStart="8dp"
android:shadowColor="#99000000"
android:shadowDx="1"
android:shadowDy="1"
Expand Down

0 comments on commit 1dab727

Please sign in to comment.