Loading app/src/main/res/layout/activity_main.xml +12 −4 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ ~ along with this program. If not, see <https://www.gnu.org/licenses/>. --> <androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" Loading @@ -27,16 +27,24 @@ android:id="@+id/fragment" android:name="androidx.navigation.fragment.NavHostFragment" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_height="0dp" app:defaultNavHost="true" app:layout_constraintBottom_toTopOf="@+id/bottomNavigationView" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintHorizontal_bias="0.5" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" app:navGraph="@navigation/navigation_resource" /> <com.google.android.material.bottomnavigation.BottomNavigationView android:id="@+id/bottomNavigationView" android:layout_width="match_parent" android:layout_height="70dp" android:layout_gravity="bottom" android:backgroundTint="@color/colorNavBar" app:labelVisibilityMode="labeled" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:menu="@menu/navigation_menu" /> </androidx.coordinatorlayout.widget.CoordinatorLayout> No newline at end of file </androidx.constraintlayout.widget.ConstraintLayout> app/src/main/res/layout/fragment_home.xml +1 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,7 @@ android:layout_height="match_parent" android:clipToPadding="false" android:paddingTop="20dp" android:paddingBottom="70dp" android:paddingBottom="10dp" android:visibility="gone" /> </LinearLayout> No newline at end of file app/src/main/res/layout/fragment_search.xml +0 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,6 @@ android:id="@+id/recyclerView" android:layout_width="match_parent" android:layout_height="match_parent" android:paddingBottom="50dp" android:visibility="gone" /> <com.facebook.shimmer.ShimmerFrameLayout Loading Loading
app/src/main/res/layout/activity_main.xml +12 −4 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ ~ along with this program. If not, see <https://www.gnu.org/licenses/>. --> <androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" Loading @@ -27,16 +27,24 @@ android:id="@+id/fragment" android:name="androidx.navigation.fragment.NavHostFragment" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_height="0dp" app:defaultNavHost="true" app:layout_constraintBottom_toTopOf="@+id/bottomNavigationView" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintHorizontal_bias="0.5" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" app:navGraph="@navigation/navigation_resource" /> <com.google.android.material.bottomnavigation.BottomNavigationView android:id="@+id/bottomNavigationView" android:layout_width="match_parent" android:layout_height="70dp" android:layout_gravity="bottom" android:backgroundTint="@color/colorNavBar" app:labelVisibilityMode="labeled" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:menu="@menu/navigation_menu" /> </androidx.coordinatorlayout.widget.CoordinatorLayout> No newline at end of file </androidx.constraintlayout.widget.ConstraintLayout>
app/src/main/res/layout/fragment_home.xml +1 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,7 @@ android:layout_height="match_parent" android:clipToPadding="false" android:paddingTop="20dp" android:paddingBottom="70dp" android:paddingBottom="10dp" android:visibility="gone" /> </LinearLayout> No newline at end of file
app/src/main/res/layout/fragment_search.xml +0 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,6 @@ android:id="@+id/recyclerView" android:layout_width="match_parent" android:layout_height="match_parent" android:paddingBottom="50dp" android:visibility="gone" /> <com.facebook.shimmer.ShimmerFrameLayout Loading