We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b8461c commit 428d59aCopy full SHA for 428d59a
app/src/main/res/layout/dialog_add_location.xml
@@ -17,10 +17,15 @@
17
android:imeOptions="actionDone"
18
android:maxLines="1"
19
android:inputType="text" />
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"/>
26
<WebView
- android:id="@+id/webViewAddLocation"
- android:layout_width="match_parent"
- android:layout_height="200dp" />
27
+ android:id="@+id/webViewAddLocation"
28
29
+ android:layout_height="200dp" />
30
31
</LinearLayout>
0 commit comments