Commit 417da799 by 霍志良

feat:UI修改

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