mirror of
https://github.com/woheller69/solxpect.git
synced 2025-12-16 17:30:13 +01:00
add attribution for Open-Meteo Geolocation search
This commit is contained in:
parent
5b8461c8a3
commit
428d59a2a5
1 changed files with 9 additions and 4 deletions
|
|
@ -17,10 +17,15 @@
|
||||||
android:imeOptions="actionDone"
|
android:imeOptions="actionDone"
|
||||||
android:maxLines="1"
|
android:maxLines="1"
|
||||||
android:inputType="text" />
|
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
|
<WebView
|
||||||
android:id="@+id/webViewAddLocation"
|
android:id="@+id/webViewAddLocation"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="200dp" />
|
android:layout_height="200dp" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue