Removed button "all apps" from settings. Hide button "install apps" on small screens. (see #36)

This commit is contained in:
Josia Pietsch 2024-09-13 18:55:28 +02:00
parent d547c89763
commit b0e4a0347a
Signed by: jrpie
GPG key ID: E70B571D66986A2D
2 changed files with 14 additions and 13 deletions

View file

@ -29,13 +29,6 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent">
<Button
android:id="@+id/settings_actions_button_view_apps"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/settings_apps_view_all"
android:textAllCaps="false" />
<Button
android:id="@+id/settings_actions_button_install_apps"
android:layout_width="match_parent"