Issue #5996 - Fix Android Studio warnings in LocationPickerActivity.kt (#6026)

* Replace deprecated zoomLevel with zoomLevelDouble

* Replace deprecated Html.fromHtml call

* LocationPickerActivity: Replace deprecated methods with androidx

* LocationPickerActivity: Reformatted overlong lines

* Renamed package LocationPicker to locationpicker

---------

Co-authored-by: Nicolas Raoul <nicolas.raoul@gmail.com>
This commit is contained in:
Tanmay Gupta 2024-12-13 19:19:40 +05:30 committed by GitHub
parent 8a55b5e613
commit cb007608d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 78 additions and 39 deletions

View file

@ -4,7 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".LocationPicker.LocationPickerActivity">
tools:context=".locationpicker.LocationPickerActivity">
<com.google.android.material.appbar.AppBarLayout
android:id="@+id/location_picker_app_bar_layout"