2026-01-12 13:58:11 +09:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
|
android:layout_width="match_parent"
|
2026-03-05 18:11:08 +09:00
|
|
|
android:padding="0dp"
|
2026-01-12 13:58:11 +09:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
|
android:background="@android:color/transparent"
|
|
|
|
|
android:orientation="vertical"
|
|
|
|
|
>
|
2026-03-05 18:11:08 +09:00
|
|
|
<androidx.fragment.app.FragmentContainerView
|
|
|
|
|
android:id="@+id/fragment_container"
|
2026-01-12 13:58:11 +09:00
|
|
|
android:orientation="vertical"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:clipChildren="false"
|
|
|
|
|
android:visibility="visible"
|
2026-03-05 18:11:08 +09:00
|
|
|
android:layout_marginBottom="15dp"
|
2026-01-12 13:58:11 +09:00
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
2026-03-05 18:11:08 +09:00
|
|
|
app:layout_constraintEnd_toEndOf="parent" />
|
2026-01-12 13:58:11 +09:00
|
|
|
|
|
|
|
|
<bums.lunatic.launcher.view.FloatingActionMenu
|
|
|
|
|
android:id="@+id/floating_action_menu"
|
|
|
|
|
android:visibility="visible"
|
2026-03-05 18:11:08 +09:00
|
|
|
app:menu_colorNormal="#2550"
|
2026-01-12 13:58:11 +09:00
|
|
|
app:menu_fab_size="mini"
|
2026-03-05 18:11:08 +09:00
|
|
|
app:menu_fab_label="✨"
|
|
|
|
|
app:menu_icon="@null"
|
|
|
|
|
app:menu_labels_textSize="28sp"
|
2026-03-04 16:39:49 +09:00
|
|
|
app:menu_labels_position="center"
|
2026-03-05 18:11:08 +09:00
|
|
|
app:menu_shadowColor="@color/finestSilver"
|
|
|
|
|
app:menu_showShadow="true"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
2026-01-12 13:58:11 +09:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
>
|
|
|
|
|
<bums.lunatic.launcher.view.FloatingActionButton
|
2026-03-05 18:11:08 +09:00
|
|
|
app:fab_label="📰"
|
|
|
|
|
style="@style/CommonFabStyle"
|
|
|
|
|
android:id="@+id/feeds"/>
|
2026-03-04 16:39:49 +09:00
|
|
|
|
2026-01-12 13:58:11 +09:00
|
|
|
<bums.lunatic.launcher.view.FloatingActionButton
|
2026-03-05 18:11:08 +09:00
|
|
|
app:fab_label="📚"
|
|
|
|
|
style="@style/CommonFabStyle"
|
|
|
|
|
android:id="@+id/books"/>
|
2026-01-12 13:58:11 +09:00
|
|
|
<bums.lunatic.launcher.view.FloatingActionButton
|
2026-03-05 18:11:08 +09:00
|
|
|
app:fab_label="🎨"
|
|
|
|
|
style="@style/CommonFabStyle"
|
|
|
|
|
android:id="@+id/webtoons"/>
|
2026-01-12 13:58:11 +09:00
|
|
|
<bums.lunatic.launcher.view.FloatingActionButton
|
2026-03-05 18:11:08 +09:00
|
|
|
app:fab_label="🗯️"
|
|
|
|
|
style="@style/CommonFabStyle"
|
|
|
|
|
android:id="@+id/comics"/>
|
2026-01-12 13:58:11 +09:00
|
|
|
<bums.lunatic.launcher.view.FloatingActionButton
|
2026-03-05 18:11:08 +09:00
|
|
|
app:fab_label="📺"
|
|
|
|
|
style="@style/CommonFabStyle"
|
|
|
|
|
android:id="@+id/youtube"/>
|
2026-01-12 13:58:11 +09:00
|
|
|
<bums.lunatic.launcher.view.FloatingActionButton
|
2026-03-05 18:11:08 +09:00
|
|
|
app:fab_label="🤖"
|
|
|
|
|
style="@style/CommonFabStyle"
|
|
|
|
|
android:id="@+id/perplexity"/>
|
2026-01-12 13:58:11 +09:00
|
|
|
<bums.lunatic.launcher.view.FloatingActionButton
|
2026-03-05 18:11:08 +09:00
|
|
|
app:fab_label="😂"
|
|
|
|
|
style="@style/CommonFabStyle"
|
|
|
|
|
android:id="@+id/zzalbang"/>
|
2026-01-12 13:58:11 +09:00
|
|
|
|
2026-02-24 18:04:59 +09:00
|
|
|
<bums.lunatic.launcher.view.FloatingActionButton
|
2026-03-05 18:11:08 +09:00
|
|
|
app:fab_label="🐦"
|
|
|
|
|
style="@style/CommonFabStyle"
|
|
|
|
|
android:id="@+id/btn_x"/>
|
2026-01-12 13:58:11 +09:00
|
|
|
|
2026-03-04 16:39:49 +09:00
|
|
|
<bums.lunatic.launcher.view.FloatingActionButton
|
2026-03-05 18:11:08 +09:00
|
|
|
app:fab_label="🔞"
|
|
|
|
|
style="@style/CommonFabStyle"
|
|
|
|
|
android:id="@+id/btn_i"/>
|
2026-03-04 16:39:49 +09:00
|
|
|
|
2026-02-24 18:04:59 +09:00
|
|
|
<bums.lunatic.launcher.view.FloatingActionButton
|
2026-03-05 18:11:08 +09:00
|
|
|
app:fab_label="🧲"
|
|
|
|
|
style="@style/CommonFabStyle"
|
2026-02-24 18:04:59 +09:00
|
|
|
android:id="@+id/btn_torrent"
|
2026-03-05 18:11:08 +09:00
|
|
|
/>
|
2026-03-19 14:55:22 +09:00
|
|
|
<bums.lunatic.launcher.view.FloatingActionButton
|
|
|
|
|
app:fab_label="📦"
|
|
|
|
|
style="@style/CommonFabStyle"
|
|
|
|
|
android:id="@+id/btn_completed_files"
|
|
|
|
|
/>
|
2026-03-04 16:39:49 +09:00
|
|
|
<bums.lunatic.launcher.view.FloatingActionButton
|
2026-03-05 18:11:08 +09:00
|
|
|
app:fab_label="📊"
|
|
|
|
|
style="@style/CommonFabStyle"
|
2026-03-04 16:39:49 +09:00
|
|
|
android:id="@+id/btn_info"
|
2026-03-05 18:11:08 +09:00
|
|
|
/>
|
2026-01-12 13:58:11 +09:00
|
|
|
<bums.lunatic.launcher.view.FloatingActionButton
|
2026-03-05 18:11:08 +09:00
|
|
|
style="@style/CommonFabStyle"
|
|
|
|
|
app:fab_label="❌"
|
|
|
|
|
android:id="@+id/close"/>
|
2026-01-12 13:58:11 +09:00
|
|
|
|
|
|
|
|
</bums.lunatic.launcher.view.FloatingActionMenu>
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|