Кнопки, не добавляемые в текстовое представление «всего»
#android Вопрос: Я новичок в Android studio и создал 3 кнопки. Код 1 кнопки выглядит следующим образом, lt;Button android:id="@ id/button2" android:layout_width="160dp" android:layout_height="120dp" android:layout_marginBottom="434dp" android:contentDescription="5" android:text="$5" android:textSize="70sp" android:onClick="addTotal" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintTop_toTopOf="parent"…