Skip to content

Commit

Permalink
Removed unused resources
Browse files Browse the repository at this point in the history
  • Loading branch information
therealsujitk committed Mar 5, 2021
1 parent a76412d commit 8d97f0f
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 24 deletions.
15 changes: 0 additions & 15 deletions app/src/main/res/drawable/ic_logo_square.xml

This file was deleted.

1 change: 0 additions & 1 deletion app/src/main/res/layout/activity_timetable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
tools:ignore="UselessParent">

<LinearLayout
android:id="@+id/days"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal"
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/layout/dialog_appearance.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
android:layout_height="match_parent">

<LinearLayout
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/layout/dialog_download.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
android:layout_height="match_parent">

<RelativeLayout
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/dialog_background"
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/layout/dialog_due_payments.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
android:layout_height="match_parent">

<LinearLayout
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/dialog_background"
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/layout/dialog_refresh.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
android:layout_height="match_parent">

<LinearLayout
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/dialog_background"
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/layout/dialog_signout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
android:layout_height="match_parent">

<LinearLayout
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/dialog_background"
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/layout/dialog_update.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
android:layout_height="match_parent">

<LinearLayout
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/dialog_background"
Expand Down
2 changes: 0 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@
<string name="new_data">Looks like you do have some new data available, however <a href="https://therealsuji.tk">@therealsujitk</a> was a bit too lazy to add this feature, why don\'t you contact him and give him a piece of your mind.</string>


<string name="title">Title</string>
<string name="slot">Slot</string>
<string name="date">Date</string>
<string name="reporting">Reporting Time</string>
Expand All @@ -147,7 +146,6 @@
<string name="filter_by_title">Filter By Title</string>

<string name="grade_history">Grade History</string>
<string name="credits_title">Credits</string>
<string name="grade">Grade</string>


Expand Down

0 comments on commit 8d97f0f

Please sign in to comment.