diff --git a/app-wear/src/main/res/layout/overview_pods_dual_item.xml b/app-wear/src/main/res/layout/overview_pods_dual_item.xml index 8757a988..07524dda 100644 --- a/app-wear/src/main/res/layout/overview_pods_dual_item.xml +++ b/app-wear/src/main/res/layout/overview_pods_dual_item.xml @@ -69,11 +69,9 @@ android:layout_height="wrap_content" android:layout_marginStart="4dp" android:layout_marginEnd="4dp" - app:layout_constraintBottom_toTopOf="@id/barrier_bottom" app:layout_constraintEnd_toStartOf="@id/pod_case_container" app:layout_constraintStart_toStartOf="parent" - app:layout_constraintTop_toBottomOf="@id/barrier_top" - app:layout_constraintVertical_bias="0.2"> + app:layout_constraintTop_toTopOf="@+id/pod_right_container"> + app:layout_constraintTop_toBottomOf="@id/barrier_top"> This app adds support for AirPod specific features to Android. - Not all Android devices fully support the extra AirPod features. Your operating system requires a correctly working Bluetooth-Low-Energy implemtation. + Not all Android devices fully support the extra AirPod features. Your operating system requires a correctly working Bluetooth-Low-Energy implementation. CAPod has no ads and does not collect your data. You can upgrade to CAPod Pro to gain extra features and support development. diff --git a/build.gradle.kts b/build.gradle.kts index 91b4c9e5..a0f81c4f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,4 +20,4 @@ allprojects { tasks.register("clean").configure { delete("build") -} \ No newline at end of file +} diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 2348cb02..174366d0 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -11,4 +11,4 @@ dependencies { implementation("com.android.tools.build:gradle:8.1.2") implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0") implementation("com.squareup:javapoet:1.13.0") -} \ No newline at end of file +}