mirror of
https://github.com/woheller69/solxpect.git
synced 2025-09-22 08:50:41 +02: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: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>
|
Loading…
Add table
Add a link
Reference in a new issue