|
@@ -453,7 +453,7 @@ public class ViewUtil {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
- //显示定向消费详情
|
|
|
|
|
|
|
+ //显示定向货币详情
|
|
|
public static void showOrienteeringDetails() {
|
|
public static void showOrienteeringDetails() {
|
|
|
final Activity activity = ActivityManager.getInstance().currentActivity();
|
|
final Activity activity = ActivityManager.getInstance().currentActivity();
|
|
|
if (activity != null) {
|
|
if (activity != null) {
|
|
@@ -465,7 +465,7 @@ public class ViewUtil {
|
|
|
final View dialog_close = dialog_parent.findViewById(R.id.dialog_close);
|
|
final View dialog_close = dialog_parent.findViewById(R.id.dialog_close);
|
|
|
LinearLayout dialog_center_ll = dialog_parent.findViewById(R.id.dialog_center_ll);
|
|
LinearLayout dialog_center_ll = dialog_parent.findViewById(R.id.dialog_center_ll);
|
|
|
View view = LayoutInflater.from(activity).inflate(R.layout.dialog_orienteering_details, dialog_center_ll, true);
|
|
View view = LayoutInflater.from(activity).inflate(R.layout.dialog_orienteering_details, dialog_center_ll, true);
|
|
|
- dialog_title.setText("定向消费详情");
|
|
|
|
|
|
|
+ dialog_title.setText("定向货币详情");
|
|
|
|
|
|
|
|
ListView dialog_list_view = (ListView)view.findViewById(R.id.dialog_list_view);
|
|
ListView dialog_list_view = (ListView)view.findViewById(R.id.dialog_list_view);
|
|
|
TextView dialog_btn_left = (TextView)view.findViewById(R.id.dialog_btn_left);
|
|
TextView dialog_btn_left = (TextView)view.findViewById(R.id.dialog_btn_left);
|