add attribution for Open-Meteo Geolocation search

This commit is contained in:
woheller69 2023-05-08 10:06:06 +02:00
parent 5b8461c8a3
commit 428d59a2a5

View file

@ -17,10 +17,15 @@
android:imeOptions="actionDone"
android:maxLines="1"
android:inputType="text" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#aad3df"
android:gravity="center"
android:text="Search powered by by Open-Meteo.com"/>
<WebView
android:id="@+id/webViewAddLocation"
android:layout_width="match_parent"
android:layout_height="200dp" />
android:id="@+id/webViewAddLocation"
android:layout_width="match_parent"
android:layout_height="200dp" />
</LinearLayout>