This commit is contained in:
renjianbo0118
2021-04-20 21:53:35 +08:00
parent 2a9ad015fd
commit 57198f43dd
3 changed files with 3 additions and 4 deletions

View File

@@ -3,7 +3,6 @@
<component name="RunConfigurationProducerService"> <component name="RunConfigurationProducerService">
<option name="ignoredProducers"> <option name="ignoredProducers">
<set> <set>
<option value="com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducer" />
<option value="org.jetbrains.plugins.gradle.execution.test.runner.AllInPackageGradleConfigurationProducer" /> <option value="org.jetbrains.plugins.gradle.execution.test.runner.AllInPackageGradleConfigurationProducer" />
<option value="org.jetbrains.plugins.gradle.execution.test.runner.TestClassGradleConfigurationProducer" /> <option value="org.jetbrains.plugins.gradle.execution.test.runner.TestClassGradleConfigurationProducer" />
<option value="org.jetbrains.plugins.gradle.execution.test.runner.TestMethodGradleConfigurationProducer" /> <option value="org.jetbrains.plugins.gradle.execution.test.runner.TestMethodGradleConfigurationProducer" />

View File

@@ -131,7 +131,7 @@ public class MainActivity extends Activity {
.showImageOnLoading(R.drawable.ic_circle_progress_imageloading) .showImageOnLoading(R.drawable.ic_circle_progress_imageloading)
.build(); .build();
ImageLoader.getInstance().*/ ImageLoader.getInstance().*/
Bitmap bitmap= SetBigMap.readBitMap(MainActivity.this,R.drawable.welcome1); Bitmap bitmap= SetBigMap.readBitMap(MainActivity.this,R.mipmap.bg);
image1.setImageBitmap(bitmap); image1.setImageBitmap(bitmap);
View view2 = inflater.inflate(R.layout.welcome_image, null); View view2 = inflater.inflate(R.layout.welcome_image, null);
final ImageView image2 = (ImageView) view2.findViewById(R.id.myImage); final ImageView image2 = (ImageView) view2.findViewById(R.id.myImage);
@@ -149,7 +149,7 @@ public class MainActivity extends Activity {
new Runnable(){ new Runnable(){
@Override @Override
public void run() { public void run() {
Bitmap bitmap2= SetBigMap.readBitMap(MainActivity.this,R.drawable.welcome2); Bitmap bitmap2= SetBigMap.readBitMap(MainActivity.this,R.mipmap.bg);
image2.setImageBitmap(bitmap2); image2.setImageBitmap(bitmap2);
} }
}.run(); }.run();

View File

@@ -159,7 +159,7 @@
android:id="@+id/agreewhitemeg" android:id="@+id/agreewhitemeg"
android:button="@drawable/checkbox_style" android:button="@drawable/checkbox_style"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:checked="false" android:checked="true"
android:layout_height="wrap_content" /> android:layout_height="wrap_content" />
<TextView <TextView
android:layout_marginStart="10dp" android:layout_marginStart="10dp"