1,XML布局
超過十年行業(yè)經(jīng)驗,技術(shù)領先,服務至上的經(jīng)營模式,全靠網(wǎng)絡和口碑獲得客戶,為自己降低成本,也就是為客戶降低成本。到目前業(yè)務范圍包括了:網(wǎng)站制作、成都做網(wǎng)站,成都網(wǎng)站推廣,成都網(wǎng)站優(yōu)化,整體網(wǎng)絡托管,重慶小程序開發(fā),微信開發(fā),手機APP定制開發(fā),同時也可以讓客戶的網(wǎng)站和網(wǎng)絡營銷和我們一樣獲得訂單和生意!
android:layout_width="match_parent" android:layout_height="match_parent" > android:ellipsize="marquee" android:layout_width="fill_parent" android:layout_height="wrap_content" android:singleLine="true" android:text="@string/hello_world" /> |
2,Java代碼
public class UiTextView extends TextView { public UiTextView(Context context, AttributeSet attrs, int defStyle) { super(context, attrs, defStyle); // TODO Auto-generated constructor stub } public UiTextView(Context context, AttributeSet attrs) { super(context, attrs); // TODO Auto-generated constructor stub } public UiTextView(Context context) { super(context); // TODO Auto-generated constructor stub } @Override public boolean isFocused() { // TODO Auto-generated method stub return true; } } |