SD-188 - request audio permission on radio tab select

This commit is contained in:
2022-03-23 19:50:15 +02:00
parent 34c578fdf5
commit 66625bcdd1
8 changed files with 187 additions and 3 deletions

View File

@ -24,14 +24,14 @@
android:layout_height="wrap_content"
android:paddingTop="8dp"
android:textSize="18dp"
android:textColor="#FFFFFF"
android:textColor="@color/black"
/>
<TextView android:id="@+id/text2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingTop="8dp"
android:textSize="18dp"
android:textColor="#FFFFFF"
android:textColor="@color/black"
/>
</LinearLayout>
</LinearLayout>

View File

@ -257,5 +257,7 @@
<string name="speedMph">%1$d mph</string>
<string name="DialoService_Info_ErrorMessage">Oops, something happened</string>
<string name="go_to_settings">Go to settings</string>
</resources>