我已经制作了像SampleDownloaderActivity这样的简单示例项目,我设置了BASE64_PUBLIC_KEY和扩展文件版本和长度,上传了apk和扩展文件到Google Play,保存了它们......运行应用程序后收到了这样的消息:"下载失败,因为资源可以找不到"
怎么可能放Button一个ListView?喜欢这张图片?
我试过了:
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<Button
android:id="@+id/button1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom|right"
android:text="Button" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<TextView
android:id="@+id/textView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Large Text"
android:textAppearance="?android:attr/textAppearanceLarge" />
<ListView
android:id="@+id/listView1"
android:layout_width="fill_parent"
android:layout_height="wrap_content">
</ListView>
</LinearLayout>
</FrameLayout>
Run Code Online (Sandbox Code Playgroud)
但这Button是无法进入的......无论ListView是Button必须的还是必须的.