Android知识

android studio报错: error: Apostro

2016-07-02  本文已影响94人  _ming_ming

TextView控件常见问题

为了国际化需要,通常需要采用多种字体。

<TextView   
 android:text="@string/desc"   
 android:layout_margin="5dp"
 android:id="@+id/textView2"    
 android:layout_width="wrap_content"    
 android:layout_height="wrap_content"/>

    <string name="desc">We 're back with another Picasso transformation post. We are already shown you how to transform images in a previous post. There are a few implementations for Picasso transformations floating around on the Internet, but it is tedious work to find a good one for your need. In this blog post, we will show you how to integrate and use a collection of transformations.In case you want to catch up with previous Picasso topics, check out our extensive list of blog posts</string>

run后,报error: Apostrophe not preceded 的错误。

上一篇 下一篇

猜你喜欢

热点阅读