Skip to content

Commit

Permalink
🎉 4.1.6,小完善版本
Browse files Browse the repository at this point in the history
  • Loading branch information
Hny0305Lin committed Jun 22, 2022
1 parent 4b1489b commit 5674c27
Show file tree
Hide file tree
Showing 13 changed files with 55 additions and 442 deletions.
2 changes: 1 addition & 1 deletion HaohanyhHAMOSProjectX Software/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
minSdk 21
targetSdk 26
versionCode 1
versionName "4.0.1.2022.0519.Haohanyh.Basin"
versionName "4.1.6.2022.0622.Haohanyh.Basin"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,11 @@ public void OFFLiandongCheck(View view) {
boolon = 0;
}

public void LiandongOver(View view) {
Intent intent = new Intent(ExceedActivity.this, MainNewActivity.class);
startActivity(intent);
}

private boolean ExceedCheck() {

num = txtnum.getText().toString();
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@
android:orientation="vertical"
android:background="@drawable/xiamen1">

<Space
android:layout_width="match_parent"
android:layout_height="20dp" />

<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
android:layout_height="280dp"
android:orientation="horizontal">

<Space
android:layout_width="30dp"
android:layout_height="match_parent" />

<RadioGroup
android:layout_width="wrap_content"
android:layout_height="wrap_content">
Expand Down Expand Up @@ -135,7 +139,7 @@

<EditText
android:id="@+id/editText1"
android:layout_width="wrap_content"
android:layout_width="160dp"
android:layout_height="50dp"
android:ems="10"
android:hint="点击我填写数值"
Expand All @@ -145,7 +149,7 @@

<EditText
android:id="@+id/editText2"
android:layout_width="wrap_content"
android:layout_width="160dp"
android:layout_height="50dp"
android:ems="10"
android:hint="点击我填写0和1"
Expand All @@ -166,6 +170,10 @@
android:layout_height="231dp"
android:orientation="horizontal">

<Space
android:layout_width="30dp"
android:layout_height="match_parent" />

<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
Expand Down Expand Up @@ -243,7 +251,34 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"/>
android:orientation="vertical">

<Space
android:layout_width="match_parent"
android:layout_height="20dp" />

<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal">

<Space
android:layout_width="15dp"
android:layout_height="match_parent" />

<Button
android:id="@+id/exitliandong"
android:layout_width="130dp"
android:layout_height="48dp"
android:background="@drawable/button_nihao345345"
android:text="@string/exitliandong"
android:textColor="@color/white"
android:textSize="15sp"
android:onClick="LiandongOver"/>

</LinearLayout>

</LinearLayout>

</LinearLayout>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
android:layout_marginBottom="115dp"
android:layout_marginBottom="200dp"
android:orientation="vertical"
android:paddingLeft="32dp"
android:paddingRight="32dp">
Expand Down Expand Up @@ -55,6 +55,7 @@
android:maxLines="1"
android:textColor="@color/black"
android:textSize="16sp" />

</com.google.android.material.textfield.TextInputLayout>

<LinearLayout
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/minecraft365"
android:background="@drawable/hamosv4"
android:orientation="vertical">

<LinearLayout
Expand All @@ -12,13 +12,13 @@
android:orientation="horizontal"
android:background="@color/white">

<ImageButton
<!--ImageButton
android:id="@+id/imageButtonClickToOld"
android:layout_width="50dp"
android:layout_height="50dp"
android:layout_weight="1"
android:background="@drawable/exit_new_icon"
android:onClick="ClickToOld"/>
android:onClick="ClickToOld"/-->

<TextView
android:id="@+id/textView"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
android:inputType="textPersonName"
android:maxLines="1"
android:text=""
android:textColor="@color/black"
android:textColor="@color/white"
android:theme="@style/haohanyh"
app:layout_constraintBaseline_toBaselineOf="@+id/textView3"
app:layout_constraintEnd_toEndOf="@+id/editTextTextPasswordPassword"
Expand All @@ -106,7 +106,7 @@
android:inputType="textPassword"
android:maxLines="1"
android:text=""
android:textColor="@color/black"
android:textColor="@color/white"
android:theme="@style/haohanyh"
app:layout_constraintBaseline_toBaselineOf="@+id/textView4"
app:layout_constraintEnd_toEndOf="parent"
Expand Down
Loading

0 comments on commit 5674c27

Please sign in to comment.