我的滚动视图存在一些问题.我在下面给出的代码
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical"
android:background="@drawable/bg">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/fabm"
/>
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/ac"
/>
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/mbm"
/>
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/sk"
/>
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/dcm"
/>
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/eks"
/>
</ScrollView>
Run Code Online (Sandbox Code Playgroud)
活动开始时应用程序崩溃,但是当我删除滚动视图时,应用程序正在顺利运行.
任何帮助都会得到满足
我必须找出我的文档中的所有数字,格式为1.,2.,3.等我正在使用正则表达式[0-9]+.\.这是正常工作与两位数字但有问题的单位数字如1. 2.有人可以帮我解决这个问题吗?