We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ade3d0a commit b939674Copy full SHA for b939674
2 files changed
app/src/main/res/layout-land/activity_main.xml
@@ -94,6 +94,11 @@
94
android:layout_height="wrap_content"
95
android:text="@string/airpodsmax" />
96
97
+ <TextView
98
+ android:layout_width="match_parent"
99
+ android:layout_height="wrap_content"
100
+ android:text="@string/airpodspro2" />
101
+
102
<TextView
103
android:layout_width="match_parent"
104
app/src/main/res/layout/activity_main.xml
@@ -55,6 +55,11 @@
55
56
android:text="@string/airpodspro" />
57
58
59
60
61
62
63
64
65
0 commit comments