Skip to content

Commit

Permalink
Dining Insight ViewBinding Impl
Browse files Browse the repository at this point in the history
  • Loading branch information
baronhsieh2005 committed Oct 20, 2024
1 parent 6b06970 commit 13c9b75
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 362 deletions.
10 changes: 0 additions & 10 deletions PennMobile/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,6 @@
android:resource="@xml/dining_hall_widget_info" />
</receiver>

<receiver android:name=".GsrReservationWidget"
android:exported="false">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
</intent-filter>

<meta-data android:name="android.appwidget.provider"
android:resource="@xml/gsr_reservation_widget_info" />
</receiver>

<activity
android:name=".MainActivity"
android:exported="true"
Expand Down

This file was deleted.

This file was deleted.

33 changes: 0 additions & 33 deletions PennMobile/src/main/res/layout/gsr_reservation_widget.xml

This file was deleted.

51 changes: 0 additions & 51 deletions PennMobile/src/main/res/layout/gsr_reservation_widget_item.xml

This file was deleted.

13 changes: 0 additions & 13 deletions PennMobile/src/main/res/xml/gsr_reservation_widget_info.xml

This file was deleted.

0 comments on commit 13c9b75

Please sign in to comment.