Skip to content

Commit

Permalink
Disable Media Toolbar on the editor
Browse files Browse the repository at this point in the history
  • Loading branch information
daniloercoli committed Apr 6, 2018
1 parent 4a2da48 commit e160166
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions android/Application/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools">
<style name="AztecToolbarStyle">
<item name="advanced">false</item>
<item name="mediaToolbarAvailable">false</item>
</style>

</resources>

0 comments on commit e160166

Please sign in to comment.