feat: added companion app for WearOS, and setted up icons

This commit is contained in:
2026-06-10 11:06:35 +03:00
parent 70ba200d7a
commit c21708331c
57 changed files with 566 additions and 116 deletions
@@ -58,4 +58,16 @@
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent" />
<Button
android:id="@+id/syncWithWearOSButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="16dp"
android:backgroundTint="#0E000000"
android:text="Sync with WearOS"
app:cornerRadius="12dp"
app:layout_constraintBottom_toBottomOf="@+id/toolbar"
app:layout_constraintEnd_toEndOf="@+id/toolbar"
app:layout_constraintTop_toTopOf="@+id/toolbar" />
</androidx.constraintlayout.widget.ConstraintLayout>