Skip to content

Commit

Permalink
add attribution for Open-Meteo Geolocation search
Browse files Browse the repository at this point in the history
  • Loading branch information
woheller69 committed May 8, 2023
1 parent 5b8461c commit 428d59a
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions app/src/main/res/layout/dialog_add_location.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 428d59a

Please sign in to comment.