bottom nav men add

This commit is contained in:
Serafim_Pankin 2025-02-19 15:12:24 +03:00
parent e1f507deae
commit 8fc9f65597
4 changed files with 21 additions and 1 deletions

View File

@ -208,6 +208,16 @@
</LinearLayout>
</LinearLayout>
<com.google.android.material.bottomnavigation.BottomNavigationView
android:id="@+id/bottomNavigation"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.5"
app:layout_constraintStart_toStartOf="parent"
app:menu="@menu/bottom_nav_menu"/>
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.core.widget.NestedScrollView>
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>

View File

@ -23,6 +23,14 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<com.google.android.material.bottomnavigation.BottomNavigationView
android:id="@+id/bottomNavigation"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.5"
app:layout_constraintStart_toStartOf="parent"
app:menu="@menu/bottom_nav_menu"/>
</androidx.constraintlayout.widget.ConstraintLayout>

View File

@ -6,4 +6,5 @@
</style>
<color name="icon_color_pro">#FFFFFF</color>
<color name="startColor">#FFFFFF</color>
</resources>

View File

@ -7,4 +7,5 @@
<color name="icon_color_pro">#000000</color>
<color name="startColor">#FFFFFF</color>
<style name="Theme.ACSS" parent="Base.Theme.ACSS" />
</resources>