91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Android RatingBar星星評分控件實例代碼

發布時間:2020-08-23 11:27:48 來源:腳本之家 閱讀:246 作者:DistanceZK 欄目:移動開發

效果圖:

Android RatingBar星星評分控件實例代碼

直接上代碼:

xml文件:

<?xml version="1.0" encoding="utf-8"?> 
<LinearLayout 
  xmlns:android="http://schemas.android.com/apk/res/android" 
  xmlns:app="http://schemas.android.com/apk/res-auto" 
  xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" 
  android:layout_height="match_parent" tools:context="com.example.blogtest.MainActivity"> 
  <!--numStars設置星星的數量,stepSize默認的評分--> 
  <RatingBar 
    android:layout_width="wrap_content" 
    android:layout_height="wrap_content" 
    android:id="@+id/rb_main_rating" 
    android:numStars="5" 
    android:stepSize="0.5" 
    /> 
</LinearLayout> 

Java代碼:

package com.example.blogtest; 
import android.support.v7.app.AppCompatActivity; 
import android.os.Bundle; 
import android.view.Gravity; 
import android.widget.RatingBar; 
import android.widget.Toast; 
public class MainActivity extends AppCompatActivity { 
  private RatingBar rb_main_rating; 
  @Override 
  protected void onCreate(Bundle savedInstanceState) { 
    super.onCreate(savedInstanceState); 
    setContentView(R.layout.activity_main); 
    //獲得RatingBar的控件 
    rb_main_rating = (RatingBar) findViewById(R.id.rb_main_rating); 
    //給控件設置監聽事件 
    rb_main_rating.setOnRatingBarChangeListener(new RatingBar.OnRatingBarChangeListener() { 
      @Override 
      public void onRatingChanged(RatingBar ratingBar, float rating, boolean fromUser) { 
        Toast t=Toast.makeText(MainActivity.this,"您的評分為:"+rating,Toast.LENGTH_SHORT); 
        t.setGravity(Gravity.CENTER,0,0); 
        t.show(); 
      } 
    }); 
  } 
} 

以上所述是小編給大家介紹的Android RatingBar 評分控件,希望對大家有所幫助,如果大家有任何疑問請給我留言,小編會及時回復大家的。在此也非常感謝大家對億速云網站的支持!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

藁城市| 托克逊县| 房山区| 融水| 崇仁县| 桦甸市| 石柱| 尼木县| 白河县| 福泉市| 大冶市| 昌黎县| 夹江县| 崇礼县| 施秉县| 南和县| 周宁县| 纳雍县| 宜川县| 三明市| 新田县| 揭西县| 拉孜县| 温宿县| 胶南市| 息烽县| 天全县| 武冈市| 北流市| 昭平县| 庐江县| 兴隆县| 长武县| 登封市| 济宁市| 宜阳县| 丰台区| 中方县| 新乐市| 五指山市| 烟台市|