fixed icon (+naming) to use resolution depended icon and don't scale
[pub/Android/ownCloud.git] / src / com / owncloud / android / ui / activity / FileActivity.java
index 30c4610..8dda1f8 100644 (file)
@@ -394,7 +394,7 @@ public class FileActivity extends AppCompatActivity
 
         // Settings
         mDrawerItems.add(new NavigationDrawerItem(mDrawerTitles[2], mDrawerContentDescriptions[2],
-                R.drawable.ic_settings));
+                R.drawable.ic_action_settings));
         // Logs
         if (BuildConfig.DEBUG) {
             mDrawerItems.add(new NavigationDrawerItem(mDrawerTitles[3],