Added About section and Open-Meteo credits

This commit is contained in:
ottoptj 2024-08-06 03:24:43 +03:00
commit a014014e8f
10 changed files with 247 additions and 3 deletions

View file

@ -207,5 +207,17 @@
app:selectable="true"
app:title="Manage Hidden Apps" />
</PreferenceCategory>
<PreferenceCategory
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:allowDividerAbove="false"
app:title="About">
<Preference
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:key="about_page"
app:selectable="true"
app:title="About YAM Launcher" />
</PreferenceCategory>
</PreferenceScreen>