Recipe working but with a little issue when add to inventory x2 items :(

SQLite
Lucas Delanier 2 years ago
parent 2d046ac235
commit 5cd26ecbac

@ -5,14 +5,15 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/black_800"
tools:context=".MainActivity">
tools:context=".MainActivity"
>
<com.google.android.material.bottomnavigation.BottomNavigationView
android:id="@+id/bottomNavigationView"
android:background="@drawable/navbar_background"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="63dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
@ -26,7 +27,7 @@
android:id="@+id/fragment"
android:name="androidx.navigation.fragment.NavHostFragment"
android:layout_width="match_parent"
android:layout_height="718dp"
android:layout_height="725dp"
app:defaultNavHost="true"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"

@ -97,7 +97,7 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Log tree"
android:text="Beech Log"
android:textStyle="bold"
android:textColor="@color/white"
android:layout_marginLeft="10dp"

Loading…
Cancel
Save