Merge "Update audio sharing dialog text." into main
This commit is contained in:
@@ -38,11 +38,11 @@
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/qrcode_view"
|
||||
android:layout_width="@dimen/qrcode_size"
|
||||
android:layout_height="@dimen/qrcode_size"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:contentDescription="@string/qr_code_content_description"
|
||||
android:focusable="true"
|
||||
android:paddingTop="70dp"/>
|
||||
android:layout_marginTop="70dp"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/password"
|
||||
|
@@ -47,6 +47,15 @@
|
||||
android:paddingBottom="24dp"
|
||||
android:visibility="gone" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/description_text_2"
|
||||
style="@style/DeviceAudioSharingText"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
android:paddingBottom="24dp"
|
||||
android:visibility="gone" />
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/device_btn_list"
|
||||
android:layout_width="match_parent"
|
||||
|
Reference in New Issue
Block a user