Skip to content

Commit

Permalink
widget transparent
Browse files Browse the repository at this point in the history
  • Loading branch information
the0cp committed Jul 30, 2024
1 parent 1f2bab4 commit 75b2b35
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/main/res/layout/app_widget.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
android:id="@+id/widget_root"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:theme="@style/Base.Theme.Objection.AppWidgetContainer">
android:theme="@style/Base.Theme.Objection.AppWidgetContainer"
android:background="@android:color/transparent">

<ImageView
android:id="@+id/imageView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:contentDescription="@string/app_widget_description"
android:visibility="visible"
app:srcCompat="@drawable/objection"
tools:srcCompat="@drawable/objection" />
Expand Down

0 comments on commit 75b2b35

Please sign in to comment.