This commit is contained in:
soraefir
2024-04-10 21:06:42 +02:00
parent cd7c54230e
commit 9228556ed1
7 changed files with 12 additions and 14 deletions

View File

@ -6,7 +6,7 @@
android:layout_height="match_parent"
android:orientation="vertical"
android:theme="@style/Theme.Beans"
tools:context=".activity.StatActivity">
tools:context=".activity.StatsActivity">
<com.google.android.material.tabs.TabLayout
android:id="@+id/tab"

View File

@ -20,7 +20,7 @@
<item>@string/azimuthalequidistant</item>
<item>@string/equirectangular</item>
<item>@string/loximuthal</item>
<item>@string/webmercator</item>
<item>@string/mercator</item>
</string-array>
</resources>

View File

@ -42,9 +42,7 @@
<string name="uncategorized">Uncategorized</string>
<string name="azimuthalequidistant">Azimuthal Equidistant</string>
<string name="equirectangular">Equirectangular</string>
<string name="equidistant">Equidistant</string>
<string name="mercator">Mercator</string>
<string name="loximuthal">Loximuthal</string>
<string name="webmercator">Web Mercator</string>
<string name="key_projection">Map Projection</string>
</resources>

View File

@ -14,7 +14,7 @@
app:useSimpleSummaryProvider="true" />
<ListPreference
app:defaultValue="@string/webmercator"
app:defaultValue="@string/mercator"
app:enabled="true"
app:entries="@array/map_projection"
app:entryValues="@array/map_projection"