Skip to content

Commit

Permalink
Add screenshot, remove copright and change credit info
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinceSumberia committed Aug 12, 2020
1 parent 3a6c937 commit 7f1f0df
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Android Application for asset management.

<p align="center">
<img src="./iasset.png" width="100%">
</p>

## Getting Started

- JDK 1.8.0_191 or Above
Expand Down
9 changes: 2 additions & 7 deletions app/src/main/java/com/prince/assetManagement/AboutUs.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,8 @@ public void onClick(View view) {
public void onClick(View view) {
new AlertDialog.Builder(AboutUs.this)
.setTitle("Credits")
.setMessage("•\tProf. Ankur Gupta, Director MIET\n" +
"•\tDr. Sahil Sawhney\n" +
"•\tAsst. Prof. Rishi Gupta\n" +
"•\tAsst. Prof. Purnendu Parbhat\n" +
"•\tPrince Sumberia, Developer\n" +
"•\tRayees Ahmed, Developer\n" +
"•\tAvinash Sharma, Developer\n")
.setMessage(
"•\tOpen Source Community\n")
.setNegativeButton("Close", null)
.show();

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_about_us.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
android:layout_marginTop="50dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Copyright 2019, CRIE, M.I.E.T " />
android:text="Copyright" />


</LinearLayout>
Binary file added iasset.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7f1f0df

Please sign in to comment.