Hide widget action buttons when app closes

This commit is contained in:
advplyr
2023-02-25 18:13:03 -06:00
parent bc6ef96465
commit 0158ccc4c8
3 changed files with 34 additions and 17 deletions
@@ -93,10 +93,11 @@
<ImageView
android:id="@+id/widgetFastForwardButton"
style="@style/Widget.Android.AppWidget.InnerView"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:layout_margin="8dp"
android:layout_weight="1"
android:src="@drawable/exo_icon_fastforward" />
</LinearLayout>
</LinearLayout>