chore: some refactoring

This commit is contained in:
Josia Pietsch 2024-08-05 15:30:39 +02:00
parent 888dc032c1
commit 0553d5eb4c
Signed by: jrpie
GPG key ID: E70B571D66986A2D
7 changed files with 8 additions and 54 deletions

View file

@ -23,10 +23,10 @@
android:orientation="horizontal">
<Button
android:id="@+id/settings_launcher_button_choose_homescreen"
android:id="@+id/settings_launcher_button_choose_home_screen"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/settings_launcher_choose_homescreen"
android:text="@string/settings_launcher_choose_home_screen"
android:textAllCaps="false" />
</LinearLayout>