Skip to content

Commit

Permalink
Gsr widget now clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
Divak2004 committed Oct 20, 2024
1 parent 75c3c51 commit 6b1fe8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.pennapps.labs.pennmobile.adapters

import android.app.PendingIntent
import android.appwidget.AppWidgetManager
import android.content.Context
import android.content.Intent
Expand Down
5 changes: 2 additions & 3 deletions PennMobile/src/main/res/layout/gsr_reservation_widget.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal"
android:theme="@style/Theme.Pennmobileandroid.AppWidgetContainer"
android:id="@+id/gsr_reservation_widget_root"
android:background="@android:color/transparent">
android:id="@+id/gsr_reservation_widget_root" >
<FrameLayout
android:id="@+id/widgetframe"
android:layout_width="match_parent"
Expand All @@ -22,6 +20,7 @@
/>

<ImageView
android:contentDescription="Penn Logo"
android:id="@+id/gsr_reservation_widget_empty_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

<ImageView
android:id="@+id/gsr_reservation_widget_item_iv"
android:contentDescription="Gsr Image"
android:layout_width="130dp"
android:layout_height="76dp"
android:layout_marginStart="8dp"
Expand All @@ -30,7 +31,6 @@
android:layout_marginStart="8dp"
android:layout_marginTop="8dp"
android:layout_marginEnd="16dp"
android:layout_marginRight="16dp"
android:maxLines = "2"
android:minLines="2"
android:text="VP Weigle Room 110 oiwejfoiwjeof"
Expand Down

0 comments on commit 6b1fe8e

Please sign in to comment.