Commit acbed20c authored by linfeng's avatar linfeng

Merge branch 'dev-member-john' of http://113.105.137.151:22280/lify/rvapp

parents c9b7fb7e cb5ca938
...@@ -34,9 +34,9 @@ public class GuideSecondFragment extends BaseFragment<CommonPresenter> { ...@@ -34,9 +34,9 @@ public class GuideSecondFragment extends BaseFragment<CommonPresenter> {
textView1 = getView().findViewById(R.id.textview1); textView1 = getView().findViewById(R.id.textview1);
textView2 = getView().findViewById(R.id.textview2); textView2 = getView().findViewById(R.id.textview2);
textView1.setText("全国租车 异地取还"); textView1.setText("全国租车 异地取还");
SpannableStringBuilder style=new SpannableStringBuilder("覆盖200多个城市\n600多家门店\n说走就走"); SpannableStringBuilder style=new SpannableStringBuilder("数百个城市自由来回\n门店遍布全国");
style.setSpan(new ForegroundColorSpan(Color.RED),2,5,Spannable.SPAN_EXCLUSIVE_INCLUSIVE); // style.setSpan(new ForegroundColorSpan(Color.RED),2,5,Spannable.SPAN_EXCLUSIVE_INCLUSIVE);
style.setSpan(new ForegroundColorSpan(Color.RED),10,13,Spannable.SPAN_EXCLUSIVE_INCLUSIVE); // style.setSpan(new ForegroundColorSpan(Color.RED),10,13,Spannable.SPAN_EXCLUSIVE_INCLUSIVE);
textView2.setText(style); textView2.setText(style);
Glide.with(getActivity()) Glide.with(getActivity())
.asBitmap() .asBitmap()
......
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