filestack / filestack-android

Official Android SDK for Filestack - API and content management system that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.
https://www.filestack.com
Apache License 2.0
156 stars 90 forks source link

ActionBar/Toolbar doesn't show up using custom Themes? #108

Closed chihung93 closed 7 years ago

chihung93 commented 8 years ago

Hello ,

Here my Themes : android:theme="@style/MyMaterialTheme"

<style name="MyMaterialTheme.Base" parent="Theme.AppCompat.Light.DarkActionBar">
        <item name="windowNoTitle">true</item>
        <item name="windowActionBar">false</item>
        <item name="colorPrimary">@color/colorPrimary</item>
        <item name="colorPrimaryDark">@color/colorPrimary</item>
        <item name="colorAccent">@color/colorAccent</item>
        <item name="android:windowBackground">@drawable/background_splash</item>
        <item name="android:backgroundDimEnabled">false</item>
    </style>

So , I wanna show a toolbar and display Back Arrow on Toolbar for back to my Activity. I think you should add a custom toolbar . The toolbar can be customized to display exactly the items I need. I can customize the toolbar by selecting the items to include. Tks.

screen shot 2016-11-08 at 14 24 33
ghost commented 7 years ago

It is developer's responsibility to implement the toolbar in his application. Filepicker just provides a single activity, while the toolbar should be consistent across all the activities of the application.