Skip to content

Commit 71f66e6

Browse files
authored
Merge pull request #182 from JerretQueen/main
Onboarding typo fixed, dual pods layout realigned.
2 parents 2d1ab85 + 471837a commit 71f66e6

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

app-wear/src/main/res/layout/overview_pods_dual_item.xml

+2-5
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,9 @@
6969
android:layout_height="wrap_content"
7070
android:layout_marginStart="4dp"
7171
android:layout_marginEnd="4dp"
72-
app:layout_constraintBottom_toTopOf="@id/barrier_bottom"
7372
app:layout_constraintEnd_toStartOf="@id/pod_case_container"
7473
app:layout_constraintStart_toStartOf="parent"
75-
app:layout_constraintTop_toBottomOf="@id/barrier_top"
76-
app:layout_constraintVertical_bias="0.2">
74+
app:layout_constraintTop_toTopOf="@+id/pod_right_container">
7775

7876
<ImageView
7977
android:id="@+id/pod_left_icon"
@@ -199,8 +197,7 @@
199197
android:layout_marginEnd="4dp"
200198
app:layout_constraintEnd_toEndOf="parent"
201199
app:layout_constraintStart_toEndOf="@id/pod_case_container"
202-
app:layout_constraintTop_toBottomOf="@id/barrier_top"
203-
app:layout_constraintVertical_bias="0.2">
200+
app:layout_constraintTop_toBottomOf="@id/barrier_top">
204201

205202
<ImageView
206203
android:id="@+id/pod_right_icon"

app/src/main/res/values/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122

123123

124124
<string name="onboarding_body1">This app adds support for AirPod specific features to Android.</string>
125-
<string name="onboarding_body2">Not all Android devices fully support the extra AirPod features. Your operating system requires a correctly working Bluetooth-Low-Energy implemtation.</string>
125+
<string name="onboarding_body2">Not all Android devices fully support the extra AirPod features. Your operating system requires a correctly working Bluetooth-Low-Energy implementation.</string>
126126
<string name="onboarding_body3">CAPod has no ads and does not collect your data.</string>
127127
<string name="onboarding_body4">You can upgrade to CAPod Pro to gain extra features and support development.</string>
128128

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ allprojects {
2020

2121
tasks.register("clean").configure {
2222
delete("build")
23-
}
23+
}

buildSrc/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ dependencies {
1111
implementation("com.android.tools.build:gradle:8.1.2")
1212
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0")
1313
implementation("com.squareup:javapoet:1.13.0")
14-
}
14+
}

0 commit comments

Comments
 (0)