Cleaned and updated even more libs. Added a string. Disabled LogCat "spam" from UIL.

This commit is contained in:
Karim Abou Zeid 2015-05-31 21:48:54 +02:00
commit b7c038c5ed
5 changed files with 12 additions and 10 deletions

View file

@ -44,7 +44,7 @@
android:layout_height="@dimen/tab_height"
android:background="?colorPrimary"
app:tabContentStart="72dp"
app:tabIndicatorColor="#00000000"
app:tabIndicatorColor="@color/white"
app:tabMode="scrollable" />
</android.support.design.widget.AppBarLayout>

View file

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="action_share">Share</string>
<string name="action_settings">Settings</string>
<string name="action_about">About</string>
<string name="action_currently_playing">Currently playing</string>
@ -122,6 +123,7 @@
<string name="navigation_drawer_close">Close navigation drawer</string>
<string name="delete_action">Delete</string>
<string name="rename_action">Rename</string>
<string name="create_action">Create</string>
<string name="select">Select</string>
<string name="default_str">Default</string>