mirror of
https://github.com/jrpie/Launcher.git
synced 2025-05-02 16:50:56 +02:00
feature: set launcher as home screen
This commit is contained in:
parent
977c4618ef
commit
3935afa40d
7 changed files with 49 additions and 2 deletions
app/src/main/res
|
@ -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"
|
||||
|
|
|
@ -102,6 +102,8 @@
|
|||
<string name="settings_launcher_choose_wallpaper">Choose a wallpaper</string>
|
||||
<string name="settings_launcher_change_wallpaper">Change wallpaper</string>
|
||||
|
||||
<string name="settings_launcher_choose_homescreen">Set μLauncher as home screen</string>
|
||||
|
||||
<string name="settings_launcher_section_display">Display</string>
|
||||
|
||||
<string name="settings_launcher_disable_timeout">Keep screen on</string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue