Merge "Apply scrollable to app pinning text area" am: 7f3a7daaf5
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1537210 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Iaa70f235fc1cadd5cb4441de61d4b03f645b6504
This commit is contained in:
@@ -16,7 +16,12 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
-->
|
-->
|
||||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:fillViewport="true">
|
||||||
|
|
||||||
|
<RelativeLayout
|
||||||
android:id="@+id/screen_pinning_text_area"
|
android:id="@+id/screen_pinning_text_area"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
@@ -77,4 +82,6 @@
|
|||||||
android:textColor="@android:color/white"
|
android:textColor="@android:color/white"
|
||||||
android:textSize="14sp" />
|
android:textSize="14sp" />
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
|
||||||
|
</ScrollView>
|
||||||
|
|||||||
Reference in New Issue
Block a user