項目中少不了的小框架圖
站在用戶的角度思考問題,與客戶深入溝通,找到臨夏網(wǎng)站設(shè)計與臨夏網(wǎng)站推廣的解決方案,憑借多年的經(jīng)驗,讓設(shè)計與互聯(lián)網(wǎng)技術(shù)結(jié)合,創(chuàng)造個性化、用戶體驗好的作品,建站類型包括:成都網(wǎng)站設(shè)計、網(wǎng)站建設(shè)、外貿(mào)網(wǎng)站建設(shè)、企業(yè)官網(wǎng)、英文網(wǎng)站、手機(jī)端網(wǎng)站、網(wǎng)站推廣、主機(jī)域名、網(wǎng)頁空間、企業(yè)郵箱。業(yè)務(wù)覆蓋臨夏地區(qū)。public void showLayout(){
AlertDialog.Builder dialog = new AlertDialog.Builder(SmallMainActivity.this);//當(dāng)前的Context
AlertDialog alert = dialog.create();
LayoutInflater inflater = alert.getLayoutInflater();
View view = inflater.inflate(R.layout.test_layout, null);//
alert.setView(view);
final Button btn = (Button) view.findViewById(R.id.button1_test);
final TextView text = (TextView) view.findViewById(R.id.textView1);
final SeekBar seekbar = (SeekBar) view.findViewById(R.id.seekBar1);
btn.setOnClickListener(new OnClickListener() {
@Override
public void onClick(View arg0) {
// TODO Auto-generated method stub
Toast.makeText(SmallMainActivity.this, "click", Toast.LENGTH_LONG).show();
}
});
seekbar.setOnSeekBarChangeListener(new OnSeekBarChangeListener() {
@Override
public void onStopTrackingTouch(SeekBar seekBar) {
// TODO Auto-generated method stub
}
@Override
public void onStartTrackingTouch(SeekBar seekBar) {
// TODO Auto-generated method stub
}
@Override
public void onProgressChanged(SeekBar seekBar, int progress,
boolean fromUser) {
// TODO Auto-generated method stub
text.setText(progress + "");
}
});
alert.show();//這一句是用來顯示的,不能少
}
// res/layout 下的 test_layout.xml布局
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
android:id="@+id/textView1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="0" />
android:id="@+id/seekBar1"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
android:id="@+id/button1_test"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Button" />
android:id="@+id/ratingBar1"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)scvps.cn,海內(nèi)外云服務(wù)器15元起步,三天無理由+7*72小時售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國服務(wù)器、虛擬主機(jī)、免備案服務(wù)器”等云主機(jī)租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務(wù)可用性高、性價比高”等特點(diǎn)與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應(yīng)用場景需求。