Commit 50037f39 by 霍志良

feat:标题超出部分用。。。显示

parent 9a3d9ccf
...@@ -320,6 +320,7 @@ public class YDLMessageFragment extends TFragment implements ModuleProxy { ...@@ -320,6 +320,7 @@ public class YDLMessageFragment extends TFragment implements ModuleProxy {
if (SessionTypeEnum.Team==sessionType){ if (SessionTypeEnum.Team==sessionType){
rela_zixun.setVisibility(View.GONE); rela_zixun.setVisibility(View.GONE);
titleBar.setTitleRightDraw(null); titleBar.setTitleRightDraw(null);
} }
} }
......
...@@ -51,12 +51,12 @@ ...@@ -51,12 +51,12 @@
android:layout_gravity="center_horizontal" android:layout_gravity="center_horizontal"
android:layout_weight="2" android:layout_weight="2"
android:ellipsize="end" android:ellipsize="end"
android:singleLine="true"
android:gravity="center" android:gravity="center"
android:maxEms="12" android:maxEms="11"
android:maxLength="12"
android:textColor="@color/im_color_242424" android:textColor="@color/im_color_242424"
android:textSize="17dp" android:textSize="17dp"
tools:text="现现现现现现在在现在在在在现在在" /> tools:text="我是第几个字体马上查看一下" />
<TextView <TextView
android:id="@+id/tv_bottom_title" android:id="@+id/tv_bottom_title"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment