Skip to content

Commit b939674

Browse files
committed
Add missing airpods pro 2 text in supported devices list
1 parent ade3d0a commit b939674

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

app/src/main/res/layout-land/activity_main.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@
9494
android:layout_height="wrap_content"
9595
android:text="@string/airpodsmax" />
9696

97+
<TextView
98+
android:layout_width="match_parent"
99+
android:layout_height="wrap_content"
100+
android:text="@string/airpodspro2" />
101+
97102
<TextView
98103
android:layout_width="match_parent"
99104
android:layout_height="wrap_content"

app/src/main/res/layout/activity_main.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@
5555
android:layout_height="wrap_content"
5656
android:text="@string/airpodspro" />
5757

58+
<TextView
59+
android:layout_width="match_parent"
60+
android:layout_height="wrap_content"
61+
android:text="@string/airpodspro2" />
62+
5863
<TextView
5964
android:layout_width="match_parent"
6065
android:layout_height="wrap_content"

0 commit comments

Comments
 (0)