Merge branch 'material_toolbar' of https://github.com/owncloud/android into material_...
authorAndy Scherzinger <info@andy-scherzinger.de>
Wed, 12 Aug 2015 16:49:33 +0000 (18:49 +0200)
committerAndy Scherzinger <info@andy-scherzinger.de>
Wed, 12 Aug 2015 16:49:33 +0000 (18:49 +0200)
res/layout/drawer.xml

index 86b64be..cf68f44 100644 (file)
                 android:text="@string/app_name"
                 android:textColor="#FFF"
                 android:paddingLeft="16dp"
-                android:textSize="24sp" />
+                android:paddingRight="16dp"
+                android:textSize="24sp"
+                android:ellipsize="end"
+                android:singleLine="true"
+                />
         </LinearLayout>
     </RelativeLayout>
 </merge>
\ No newline at end of file