feature: set launcher as home screen

This commit is contained in:
Josia Pietsch 2024-08-02 02:44:35 +02:00
parent 977c4618ef
commit 3935afa40d
Signed by: jrpie
GPG key ID: E70B571D66986A2D
7 changed files with 49 additions and 2 deletions

View file

@ -16,6 +16,21 @@
android:paddingRight="32sp"
tools:context=".settings.meta.SettingsFragmentMeta">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="16sp"
android:orientation="horizontal">
<Button
android:id="@+id/settings_launcher_button_choose_homescreen"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/settings_launcher_choose_homescreen"
android:textAllCaps="false" />
</LinearLayout>
<LinearLayout
android:id="@+id/settings_launcher_section_appearance"
android:layout_width="match_parent"