資源簡介
android動態添加源碼,詳情看:https://blog.csdn.net/bob_Xing_Yang/article/details/64129210,之前要的1積分,可能下載太多,莫名其妙的漲積分了,改回1積分。摘要要50字以上,此處是補充:奧利給,giao...
代碼片段和文件信息
package?com.bob.lucking.activity;
import?android.app.Activity;
import?android.os.Bundle;
import?android.support.annotation.Nullable;
import?android.util.Log;
import?android.view.View;
import?android.widget.Button;
import?android.widget.EditText;
import?android.widget.LinearLayout;
import?android.widget.RatingBar;
import?com.bob.lucking.R;
/**
?*?Created?by?bob?on?2017/3/20.
?*/
public?class?DynamicAddViewActivity?extends?Activity?implements?View.onclickListener?{
????private?String?TAG?=?this.getClass().getSimpleName();
????//裝在所有動態添加的Item的LinearLayout容器
????private?LinearLayout?addHotelNameView;
????@Override
????protected?void?onCreate(@Nullable?Bundle?savedInstanceState)?{
????????super.onCreate(savedInstanceState);
????????setContentView(R.layout.activi
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????4446??2017-03-20?17:21??動態添加item\activity\DynamicAddViewActivity.java
?????文件????????642??2016-11-29?16:42??動態添加item\drawable\editbox_background_normal.9.png
?????文件????????239??2016-11-29?16:42??動態添加item\drawable\em_btn_green_normal_shape.xm
?????文件????????240??2016-11-29?16:42??動態添加item\drawable\em_btn_green_pressed_shape.xm
?????文件????????545??2016-11-29?16:42??動態添加item\drawable\em_btn_green_selector.xm
?????文件????????514??2017-03-14?17:43??動態添加item\drawable\em_ratingbar_drawable.xm
?????文件???????1002??2017-03-20?15:24??動態添加item\layout\activity_dynamic.xm
?????文件???????3542??2017-03-20?15:34??動態添加item\layout\item_hotel_evaluate.xm
?????文件????????819??2017-03-14?17:48??動態添加item\mipmap-hdpi\em_icon_star_normal.png
?????文件????????641??2017-03-14?17:49??動態添加item\mipmap-hdpi\em_icon_star_select.png
?????文件????????252??2017-02-23?10:51??動態添加item\values\attrs.xm
?????文件????????621??2017-03-15?10:14??動態添加item\values\colors.xm
?????文件???????1338??2017-03-14?17:53??動態添加item\values\st
?????目錄??????????0??2017-03-20?17:44??動態添加item\activity
?????目錄??????????0??2017-03-20?17:42??動態添加item\drawable
?????目錄??????????0??2017-03-20?17:43??動態添加item\layout
?????目錄??????????0??2017-03-20?17:44??動態添加item\mipmap-hdpi
?????目錄??????????0??2017-03-20?17:43??動態添加item\values
?????目錄??????????0??2017-03-20?17:44??動態添加item
-----------?---------??----------?-----??----
????????????????14841????????????????????19
評論
共有 條評論