|  |  |  | @ -1,15 +1,15 @@ | 
			
		
	
		
			
				
					|  |  |  |  | <?xml version="1.0" encoding="utf-8"?> | 
			
		
	
		
			
				
					|  |  |  |  | <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" | 
			
		
	
		
			
				
					|  |  |  |  | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | 
			
		
	
		
			
				
					|  |  |  |  |     xmlns:app="http://schemas.android.com/apk/res-auto" | 
			
		
	
		
			
				
					|  |  |  |  |     android:layout_width="match_parent" | 
			
		
	
		
			
				
					|  |  |  |  |     android:layout_height="match_parent"> | 
			
		
	
		
			
				
					|  |  |  |  |     android:layout_height="match_parent" | 
			
		
	
		
			
				
					|  |  |  |  |     android:orientation="vertical"> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |     <androidx.viewpager.widget.ViewPager | 
			
		
	
		
			
				
					|  |  |  |  |         android:id="@+id/view_pager_main" | 
			
		
	
		
			
				
					|  |  |  |  |         android:layout_width="match_parent" | 
			
		
	
		
			
				
					|  |  |  |  |         android:layout_height="0dp" | 
			
		
	
		
			
				
					|  |  |  |  |         app:layout_constraintBottom_toTopOf="@+id/bottom_navigation_view" | 
			
		
	
		
			
				
					|  |  |  |  |         app:layout_constraintTop_toTopOf="parent" /> | 
			
		
	
		
			
				
					|  |  |  |  |         android:layout_weight="1" /> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |     <com.google.android.material.bottomnavigation.BottomNavigationView | 
			
		
	
		
			
				
					|  |  |  |  |         android:id="@+id/bottom_navigation_view" | 
			
		
	
	
		
			
				
					|  |  |  | @ -17,7 +17,6 @@ | 
			
		
	
		
			
				
					|  |  |  |  |         android:layout_height="50dp" | 
			
		
	
		
			
				
					|  |  |  |  |         android:background="@color/background" | 
			
		
	
		
			
				
					|  |  |  |  |         app:labelVisibilityMode="unlabeled" | 
			
		
	
		
			
				
					|  |  |  |  |         app:menu="@menu/main_bnv" | 
			
		
	
		
			
				
					|  |  |  |  |         app:layout_constraintBottom_toBottomOf="parent" /> | 
			
		
	
		
			
				
					|  |  |  |  |         app:menu="@menu/main_bnv" /> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | </androidx.constraintlayout.widget.ConstraintLayout> | 
			
		
	
		
			
				
					|  |  |  |  | </LinearLayout> |