Skip to content

Commit

Permalink
Updating widget provider .
Browse files Browse the repository at this point in the history
  • Loading branch information
xenonnn4w committed Jul 8, 2024
1 parent c7ea832 commit 94738b7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 159 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:background="?attr/colorPrimaryContainer"
android:theme="@style/Theme.Material3.DynamicColors.DayNight">

<LinearLayout
Expand Down
158 changes: 0 additions & 158 deletions AnkiDroid/src/main/res/layout/widget_deck_picker_drawable.xml

This file was deleted.

2 changes: 1 addition & 1 deletion AnkiDroid/src/main/res/xml/widget_provider_deck_picker.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
android:minResizeHeight="50dp"
android:maxResizeWidth="273dp"
android:maxResizeHeight="190dp"
android:previewImage="@layout/widget_deck_picker_drawable"
android:previewImage="@drawable/widget_deck_picker_drawable"
android:previewLayout="@layout/widget_deck_picker_drawable_v31"
android:resizeMode="horizontal|vertical"
android:targetCellHeight="2"
Expand Down

0 comments on commit 94738b7

Please sign in to comment.