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

Commit 527b8a7a authored by Michael Enoma's avatar Michael Enoma
Browse files

Set theme in ui-legacy module so the IDE preview picks it up

parent fce147ae
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3,6 +3,8 @@
    xmlns:tools="http://schemas.android.com/tools"
    package="com.fsck.k9.core">



    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
    <uses-permission android:name="android.permission.READ_SYNC_SETTINGS" />

+3 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    package="com.fsck.k9.jmap"
    android:installLocation="auto">

@@ -30,7 +31,8 @@
        android:label="@string/app_name"
        android:resizeableActivity="true"
        android:theme="@style/Theme.K9.Startup"
        android:usesCleartextTraffic="true">
        android:usesCleartextTraffic="true"
        tools:replace="android:theme">

        <meta-data
            android:name="android.app.default_searchable"
+2 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
<manifest
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:installLocation="auto"
    xmlns:tools="http://schemas.android.com/tools"
    package="com.fsck.k9">

    <uses-feature
@@ -49,6 +50,7 @@
        android:icon="@drawable/ic_e_launcher"
        android:roundIcon="@mipmap/icon_e"
        android:label="@string/app_name"
        tools:replace="android:theme"
        android:theme="@style/Theme.K9.Startup"
        android:resizeableActivity="true"
        android:allowBackup="false">
+2 −0
Original line number Diff line number Diff line
@@ -2,6 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.fsck.k9.ui">

    <application android:theme="@style/Theme.K9.Light" />

    <queries>
        <intent>
            <!-- Used to check whether to display the "Add from Contacts" menu item in the compose screen -->