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

Commit 052a80b7 authored by Ben Reich's avatar Ben Reich
Browse files

Remove action bar from Compose app

Bug: 374224390
Test: m DocumentsUICompose
Flag: EXEMPT development for desktop
Change-Id: Id834ae659a4e57502beee74cd0627c1385704983
parent e307c509
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -43,7 +43,8 @@
    <application
        android:label="@string/app_label"
        android:supportsRtl="true"
        android:allowBackup="true">
        android:allowBackup="true"
        android:theme="@style/Theme.DocumentsUINoTitleBar">

        <activity
            android:name=".MainActivity"
+4 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <style name="Theme.DocumentsUINoTitleBar" parent="android:Theme.Material.Light.NoActionBar" />
</resources>
 No newline at end of file