forked from hzuapps/android-labs-2020
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
73 additions
and
132 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 0 additions & 23 deletions
23
students/sec1814080911142/app/src/main/AndroidManifest.xml
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
.../sec1814080911142/app/src/main/java/edu/hzuapps/androidlabs/sec1814080911142/Payment.java
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
...sec1814080911142/app/src/main/java/edu/hzuapps/androidlabs/sec1814080911142/Register.java
This file was deleted.
Oops, something went wrong.
37 changes: 0 additions & 37 deletions
37
.../app/src/main/java/edu/hzuapps/androidlabs/sec1814080911142/sec1814080911142Activity.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:background="@drawable/imag2" | ||
android:orientation="horizontal"> | ||
<EditText | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:hint="@string/fkcg11" | ||
/> | ||
<EditText | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:hint="@string/fkcg22"/> | ||
<Button | ||
android:id="@+id/button11" | ||
android:layout_width="100dp" | ||
android:layout_height="wrap_content" | ||
android:layout_gravity="right" | ||
android:text="@string/submit1" /> | ||
<Button | ||
android:id="@+id/button22" | ||
android:layout_width="100dp" | ||
android:layout_height="wrap_content" | ||
android:layout_gravity="right" | ||
android:text="@string/submit2" /> | ||
|
||
</LinearLayout> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:paddingLeft="16dp" | ||
android:paddingRight="16dp" | ||
android:orientation="vertical" | ||
android:background="@drawable/myimage" | ||
> | ||
<EditText | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:hint="@string/to1" /> | ||
|
||
|
||
<EditText | ||
android:layout_width="match_parent" | ||
android:layout_height="0dp" | ||
android:layout_weight="1" | ||
android:gravity="top" | ||
android:hint="@string/subject" /> | ||
|
||
|
||
<Button | ||
android:id="@+id/button11" | ||
android:layout_width="100dp" | ||
android:layout_height="wrap_content" | ||
android:layout_gravity="right" | ||
android:text="@string/submit1" /> | ||
<Button | ||
android:id="@+id/button22" | ||
android:layout_width="100dp" | ||
android:layout_height="wrap_content" | ||
android:layout_gravity="right" | ||
android:text="@string/submit2" /> | ||
|
||
|
||
|
||
</LinearLayout> |
Binary file not shown.