[Settings] Refactor Wifi Calling description text

Refactor the display of description text when no wifi calling options available.
Enhancement:
1. These text need to align the style with the summary part of the wifi
calling options.
2. These text need to be scrollable in order to see full description.
3. The link within text need to be clickable.

Bug: 204844012
Test: local
Change-Id: I60f339bf4adf50236d80176669a557c77f0d97ca
This commit is contained in:
Bonian Chen
2021-11-29 11:53:56 +08:00
parent a38e83e80a
commit 8a892271da
4 changed files with 114 additions and 40 deletions

View File

@@ -29,16 +29,11 @@
<FrameLayout
android:id="@android:id/tabcontent"
android:layout_width="0dip"
android:layout_height="0dip" />
<FrameLayout
android:id="@+id/prefs_container"
android:layout_width="match_parent"
android:layout_height="0dip"
android:layout_weight="1"
android:clipChildren="false"
android:clipToPadding="false"
android:clipChildren="true"
android:clipToPadding="true"
android:smoothScrollbar="false" />
</LinearLayout>