[Audiosharing] Make audio sharing dialog body scrollable
Fix: 353908196 Flag: com.android.settingslib.flags.enable_le_audio_sharing Test: atest Change-Id: If18a5501d1afdd2a2cca7a4a5034ac7b0f9640a4
This commit is contained in:
@@ -15,13 +15,17 @@
|
|||||||
~ limitations under the License.
|
~ limitations under the License.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<LinearLayout
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:scrollbars="none">
|
||||||
|
|
||||||
|
<LinearLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:paddingHorizontal="?android:dialogPreferredPadding"
|
android:paddingBottom="?android:dialogPreferredPadding"
|
||||||
android:paddingBottom="?android:dialogPreferredPadding">
|
android:paddingHorizontal="?android:dialogPreferredPadding">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/description_text"
|
android:id="@+id/description_text"
|
||||||
@@ -68,4 +72,5 @@
|
|||||||
android:layout_marginTop="4dp"
|
android:layout_marginTop="4dp"
|
||||||
android:background="@drawable/audio_sharing_rounded_bg_ripple"
|
android:background="@drawable/audio_sharing_rounded_bg_ripple"
|
||||||
android:visibility="gone" />
|
android:visibility="gone" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
</ScrollView>
|
||||||
Reference in New Issue
Block a user