|
@@ -93,7 +93,11 @@
|
|
|
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>
|