Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a152a925 authored by Jeff DeCew's avatar Jeff DeCew Committed by Automerger Merge Worker
Browse files

Merge "Apply scrollable to app pinning text area" am: 7f3a7daa am: b3deb44a am: 7cdabf73

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1537210

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Iae7b4aef7622ed1e7c975bcfe0b2bfe7f4c21295
parents f6594184 7cdabf73
Loading
Loading
Loading
Loading
+61 −54
Original line number Diff line number Diff line
@@ -16,7 +16,12 @@
 * 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:layout_width="wrap_content"
        android:layout_height="wrap_content"
@@ -78,3 +83,5 @@
            android:textSize="14sp" />

    </RelativeLayout>

</ScrollView>