Merge "Apply scrollable to app pinning text area"

This commit is contained in:
Jeff DeCew
2021-01-13 14:38:23 +00:00
committed by Gerrit Code Review

View File

@@ -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"
@@ -78,3 +83,5 @@
android:textSize="14sp" /> android:textSize="14sp" />
</RelativeLayout> </RelativeLayout>
</ScrollView>