d
This commit is contained in:
1
.idea/runConfigurations.xml
generated
1
.idea/runConfigurations.xml
generated
@@ -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" />
|
||||||
|
|||||||
@@ -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();
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user