Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2a2edb36 authored by tobias's avatar tobias
Browse files

-updated widget list selection theme

parent 2825066b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -143,7 +143,7 @@
        </activity>
        
        <activity android:name="org.dmfs.tasks.homescreen.TaskListWidgetSettingsActivity"
             android:theme="@style/Theme.Dialog"
             android:theme="@style/Theme.MaterialDialog"
             android:label="@string/task_list_selection_title">
            <intent-filter>
                <action android:name="android.appwidget.action.APPWIDGET_CONFIGURE" />
+1 −1
Original line number Diff line number Diff line
@@ -126,6 +126,6 @@
        <item name="android:layout_height">?android:attr/actionBarSize</item>
    </style>

    <style name="Theme.Dialog" parent="@android:style/Theme.Holo.Light.Dialog.NoActionBar"></style>
    <style name="Theme.MaterialDialog" parent="@android:style/Theme.Holo.Light.Dialog.NoActionBar"></style>

</resources>
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -192,6 +192,6 @@
        <item name="android:layout_height">0dp</item>
    </style>

    <style name="Theme.Dialog" parent="@android:style/Theme.Dialog"></style>
    <style name="Theme.MaterialDialog" parent="@android:style/Theme.Dialog"></style>

</resources>
 No newline at end of file