Skip to content

Commit

Permalink
some bugs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsouviki committed Feb 27, 2021
1 parent e426b96 commit 5786d6c
Show file tree
Hide file tree
Showing 24 changed files with 116 additions and 133 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public class CreateNewFile extends AppCompatActivity {
int t=2,mn,k,size=14;


AlertDialog alertDialog,alertDialog1,alert,alertDialogoutput,alertDialogtakeinput;
AlertDialog alertDialog,alertDialog1,alert,alertDialogoutput,alertDialogtakeinput,alertDialogcompiler;
boolean ch;

ArrayList <String> textcontent = new ArrayList<String>() ;
Expand Down
Binary file removed app/src/main/res/drawable/cllock.png
Binary file not shown.
Binary file removed app/src/main/res/drawable/clock.png
Binary file not shown.
Binary file removed app/src/main/res/drawable/close.png
Binary file not shown.
Binary file removed app/src/main/res/drawable/ffind.png
Binary file not shown.
Binary file removed app/src/main/res/drawable/folder.png
Binary file not shown.
Binary file removed app/src/main/res/drawable/multimedia.png
Binary file not shown.
Binary file removed app/src/main/res/drawable/music.png
Binary file not shown.
Binary file removed app/src/main/res/drawable/musicicon.png
Binary file not shown.
Binary file removed app/src/main/res/drawable/news.png
Binary file not shown.
Binary file removed app/src/main/res/drawable/newspaper.png
Binary file not shown.
Binary file removed app/src/main/res/drawable/picture.png
Binary file not shown.
Binary file removed app/src/main/res/drawable/print.png
Binary file not shown.
5 changes: 0 additions & 5 deletions app/src/main/res/drawable/recieve.xml

This file was deleted.

5 changes: 0 additions & 5 deletions app/src/main/res/drawable/rename.xml

This file was deleted.

Binary file removed app/src/main/res/drawable/save.png
Binary file not shown.
Binary file removed app/src/main/res/drawable/search.png
Binary file not shown.
5 changes: 0 additions & 5 deletions app/src/main/res/drawable/send.xml

This file was deleted.

22 changes: 0 additions & 22 deletions app/src/main/res/drawable/sendrecievebackground.xml

This file was deleted.

Binary file removed app/src/main/res/drawable/share.png
Binary file not shown.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_create_new_file.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
android:id="@+id/buttontakeinput"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="If there is any input please submit here"
android:text="Click Here to Submit Inputs (If needed)"
android:textAllCaps="false"
android:backgroundTintMode="screen"
android:layout_marginRight="12dp"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_news_home.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
android:id="@+id/textView99"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Today's Hot news :"
android:text="Today's Top Tech news :"
android:textAlignment="center"
android:textColor="#FFFFFF"
android:textStyle="bold"
Expand Down
164 changes: 87 additions & 77 deletions app/src/main/res/layout/show_output_of_program.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,93 +19,103 @@
android:layout_height="match_parent"
android:orientation="vertical">

<LinearLayout
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal"
android:layout_margin="15dp">
android:layout_height="match_parent">

<TextView
android:layout_width="wrap_content"
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="Output : "
android:layout_gravity="center"
android:textStyle="bold"
android:textColor="#000000"/>
android:orientation="vertical" >

<TextView
android:id="@+id/textViewshowoutput"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="please wait...."
android:textAlignment="center"
android:textColor="#3F51B5"
android:layout_margin="17dp"
android:textSize="20dp"/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_margin="15dp"
android:orientation="horizontal">

<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal"
android:layout_margin="15dp">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_weight="1"
android:text="Output : "
android:textColor="#000000"
android:textStyle="bold" />

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="Memory : "
android:layout_gravity="center"
android:textStyle="bold"
android:textColor="#000000"/>
<TextView
android:id="@+id/textViewshowoutput"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="17dp"
android:layout_weight="1"
android:text="please wait...."
android:textAlignment="center"
android:textColor="#3F51B5"
android:textSize="20dp" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal"
android:layout_margin="15dp">

<TextView
android:id="@+id/textViewshowmemory"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="please wait...."
android:textAlignment="center"
android:textColor="#3F51B5"
android:layout_margin="17dp"
android:textSize="20dp"/>
</LinearLayout>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="Memory : "
android:layout_gravity="center"
android:textStyle="bold"
android:textColor="#000000"/>

<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal"
android:layout_margin="15dp">
<TextView
android:id="@+id/textViewshowmemory"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="please wait...."
android:textAlignment="center"
android:textColor="#3F51B5"
android:layout_margin="17dp"
android:textSize="20dp"/>
</LinearLayout>

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="Time : "
android:layout_gravity="center"
android:textStyle="bold"
android:textColor="#000000"/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal"
android:layout_margin="15dp">

<TextView
android:id="@+id/textViewshowtime"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="please wait...."
android:textAlignment="center"
android:textColor="#3F51B5"
android:layout_margin="17dp"
android:textSize="20dp"/>
</LinearLayout>
<Button
android:id="@+id/buttonoutputclose"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="close"
android:backgroundTintMode="screen"
android:textColor="#00BCD4"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="Time : "
android:layout_gravity="center"
android:textStyle="bold"
android:textColor="#000000"/>

<TextView
android:id="@+id/textViewshowtime"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="please wait...."
android:textAlignment="center"
android:textColor="#3F51B5"
android:layout_margin="17dp"
android:textSize="20dp"/>
</LinearLayout>
<Button
android:id="@+id/buttonoutputclose"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="close"
android:backgroundTintMode="screen"
android:textColor="#00BCD4"/>
</LinearLayout>
</ScrollView>
</LinearLayout>
</androidx.cardview.widget.CardView>
</LinearLayout>
42 changes: 26 additions & 16 deletions app/src/main/res/layout/take_input.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,33 @@
android:layout_height="match_parent"
android:orientation="vertical">

<EditText
android:id="@+id/inputedittext"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:hint="Enter Inputs(optionals)"
android:textAlignment="center" />
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent">

<Button
android:id="@+id/buttoninputclose"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="ok"
android:layout_gravity="center"
android:backgroundTintMode="screen"
android:textColor="#00BCD4"
android:layout_margin="7dp"/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical" >

<EditText
android:id="@+id/inputedittext"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:hint="Enter Inputs(optionals)"
android:textAlignment="center" />
<Button
android:id="@+id/buttoninputclose"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="ok"
android:layout_gravity="center"
android:backgroundTintMode="screen"
android:textColor="#00BCD4"
android:layout_margin="7dp"/>
</LinearLayout>
</ScrollView>
</LinearLayout>

</androidx.cardview.widget.CardView>
Expand Down

0 comments on commit 5786d6c

Please sign in to comment.