improve documentation

This commit is contained in:
Josia Pietsch 2025-05-09 23:54:37 +02:00
commit 08ec3988fd
Signed by: jrpie
GPG key ID: E70B571D66986A2D
2 changed files with 17 additions and 16 deletions

View file

@ -24,6 +24,21 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="10dp" /> android:layout_height="10dp" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/dialog_select_color_alpha" />
<SeekBar
android:id="@+id/dialog_select_color_seekbar_alpha"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:max="255" />
<Space
android:layout_width="match_parent"
android:layout_height="10dp" />
<TextView <TextView
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -65,18 +80,4 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:max="255" /> android:max="255" />
<Space
android:layout_width="match_parent"
android:layout_height="10dp" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/dialog_select_color_alpha" />
<SeekBar
android:id="@+id/dialog_select_color_seekbar_alpha"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:max="255" />
</LinearLayout> </LinearLayout>

View file

@ -2,7 +2,7 @@
## What is μLauncher? ## What is μLauncher?
µLauncher is an *minimal* and *distraction-free* Android home screen that lets you launch apps using [swipe gestures and button presses](docs/actions-and-gestured.md). µLauncher is an *minimal* and *distraction-free* Android home screen that lets you launch apps using [swipe gestures and button presses](/actions-and-gestured.md).
This project is a fork of [finnmglas's app Launcher](https://github.com/finnmglas/Launcher). An incomplete list of changes can be found [here](https://github.com/wassupluke/Launcher/blob/master/docs/launcher.md). This project is a fork of [finnmglas's app Launcher](https://github.com/finnmglas/Launcher). An incomplete list of changes can be found [here](https://github.com/wassupluke/Launcher/blob/master/docs/launcher.md).
@ -21,7 +21,7 @@ This project is a fork of [finnmglas's app Launcher](https://github.com/finnmgla
## How can I contribute? ## How can I contribute?
See [docs/contribute](docs/contribute.md) See [docs/contribute](/contribute.md)
## Screenshots ## Screenshots