Commit 417da799 by 霍志良

feat:UI修改

parent 508b1359
......@@ -10,7 +10,7 @@ ext {
"m-fm" : "0.0.30.03",
"m-user" : "0.0.61.37",
"m-home" : "0.0.22.67",
"m-im" : "0.0.19.33",
"m-im" : "0.0.19.34",
"m-dynamic" : "0.0.7.24",
"m-article" : "0.0.0.10",
......@@ -93,7 +93,7 @@ ext {
"m-fm" : "0.0.30.01",
"m-user" : "0.0.61.37",
"m-home" : "0.0.22.67",
"m-im" : "0.0.19.33",
"m-im" : "0.0.19.34",
"m-dynamic" : "0.0.7.24",
"m-article" : "0.0.0.8",
......
......@@ -8,7 +8,7 @@ import java.util.ArrayList;
public class CustomAttachLingxiAnswerQuestion extends CustomAttachment{
private final String ANSWERS = "answers";
private final String QUESTIONID = "questionPaperId";
private final String QUESTIONID = "questionId";
public ArrayList<QuestionItemBean> answers;
......
......@@ -285,7 +285,12 @@ public class MessageListPanelEx {
}
if (needRefresh) {
sortMessages(items);
adapter.notifyDataSetChanged();
new Handler().post(new Runnable() {
@Override
public void run() {
adapter.notifyDataSetChanged();
}
});
}
adapter.updateShowTimeItem(addedListItems, false, true);
......
......@@ -13,6 +13,6 @@
android:includeFontPadding="false"
android:lineSpacingExtra="3dip"
android:minHeight="40dp"
android:textColor="@color/white"
android:textColor="@color/im_color_242424"
android:textSize="17dp"/>
</LinearLayout>
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