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

Commit a22f3153 authored by Gokul Swaminathan's avatar Gokul Swaminathan
Browse files

Removed FAB

Replaced fab with bottom bar.
parent 0a46a814
Loading
Loading
Loading
Loading
−7.69 KiB (217 KiB)

File changed.

No diff preview for this file type.

+0 −3
Original line number Diff line number Diff line
@@ -108,7 +108,4 @@ dependencies {

    //Theme Engine
    implementation 'com.jaredrummler:cyanea:1.0.1'

    //Physics Layout
    implementation 'com.github.Jawnnypoo:PhysicsLayout:2.1.0'
}
+0 −11
Original line number Diff line number Diff line
@@ -86,17 +86,6 @@
        <activity
            android:name=".MainIntroActivity"
            android:label="@string/intro" /> <!-- Contr -->
        <activity
            android:name=".ContributeActivity"
            android:label="Contributors"
            android:parentActivityName=".MainActivity_"
            android:theme="@style/Theme.Cyanea.Light.NoActionBar">

            <!-- The meta-data tag is required if you support API level 15 and lower -->
            <meta-data
                android:name="android.support.PARENT_ACTIVITY"
                android:value="MainActivity_" />
        </activity>

        <activity
            android:name=".SettingsActivity"
+0 −4
Original line number Diff line number Diff line
@@ -85,10 +85,6 @@ public class AboutActivity extends CyaneaAppCompatActivity {
        Utils.showLog(this);
    }

    public void showContributors(View v){
        startActivity(Utils.navIntent(getApplicationContext(), ContributeActivity.class));
    }

    public void showPrivacy(View v) {
        startActivity(Utils.linkIntent("https://github.com/JavaCafe01/PdfViewer/blob/master/privacy_policy.md"));
    }
Loading