小编Raj*_*eev的帖子

我的ScrollView有问题

我的滚动视图存在一些问题.我在下面给出的代码

<?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)

活动开始时应用程序崩溃,但是当我删除滚动视图时,应用程序正在顺利运行.

任何帮助都会得到满足

android

1
推荐指数
1
解决办法
50
查看次数

使用正则表达式找出我的文本中的数字?

我必须找出我的文档中的所有数字,格式为1.,2.,3.等我正在使用正则表达式[0-9]+.\.这是正常工作与两位数字但有问题的单位数字如1. 2.有人可以帮我解决这个问题吗?

php regex

0
推荐指数
1
解决办法
44
查看次数

标签 统计

android ×1

php ×1

regex ×1