Skip to content

Commit 428d59a

Browse files
committed
add attribution for Open-Meteo Geolocation search
1 parent 5b8461c commit 428d59a

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

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

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,15 @@
1717
android:imeOptions="actionDone"
1818
android:maxLines="1"
1919
android:inputType="text" />
20-
20+
<TextView
21+
android:layout_width="match_parent"
22+
android:layout_height="wrap_content"
23+
android:background="#aad3df"
24+
android:gravity="center"
25+
android:text="Search powered by by Open-Meteo.com"/>
2126
<WebView
22-
android:id="@+id/webViewAddLocation"
23-
android:layout_width="match_parent"
24-
android:layout_height="200dp" />
27+
android:id="@+id/webViewAddLocation"
28+
android:layout_width="match_parent"
29+
android:layout_height="200dp" />
2530

2631
</LinearLayout>

0 commit comments

Comments
 (0)