android studio视图输入文本,将文本视图添加到Android Studio中的相对布局

我在我的XML文件中有一个相对布局,它包含一个按钮。现在我希望当我按下这个按钮时,它会创建2个TextViews。任何帮助,因为我是Android Studio新手?我已经尝试创建按钮的onClickListener,但我有问题才能获取我在XML中的当前相对布局的对象。将文本视图添加到Android Studio中的相对布局

protected void onCreate(Bundle savedInstanceState) {

super.onCreate(savedInstanceState);

setContentView(R.layout.activity_brush_your_teeth);

Intent i = getIntent();

final Button addAlertButton = (Button)findViewById(R.id.AddAlert);

addAlertButton.setOnClickListener(new Button.OnClickListener(){

public void onClick(View v){

}

});

}

以下是XML:

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.user.dentalapp.BrushYourTeeth"

tools:showIn="@layout/activity_main">

android:id="@+id/Alert1"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:text="Alert 1"

android:textSize="25dp"

android:textAppearance="?android:attr/textAppearanceLarge"

android:layout_marginTop="50dp"

android:layout_marginLeft="50dp"/>

android:id="@+id/Time1"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:text="08:00"

android:textSize="25dp"

android:onClick="showTimePickerDialog"

android:layout_above="@+id/Alert2"

android:layout_alignParentRight="true"

android:layout_marginRight="50dp"/>

android:id="@+id/Alert2"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:text="Alert 2"

android:textSize="25dp"

android:textAppearance="?android:attr/textAppearanceLarge"

android:layout_below="@id/Alert1"

android:layout_marginTop="30dp"

android:layout_marginLeft="50dp"/>

android:id="@+id/Time2"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:text="21:00"

android:textSize="25dp"

android:layout_below="@id/Alert1"

android:layout_marginTop="30dp"

android:layout_alignParentRight="true"

android:layout_marginRight="50dp"/>

android:id="@+id/AddAlert"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:text="Add Alert"

android:textAllCaps="false"

android:textSize="25dp"

android:padding="15dp"

android:layout_below="@id/Alert2"

android:layout_centerHorizontal="true"

android:layout_marginTop="200dp"/>

谢谢!

+0

发布你已经尝试过的代码。 –

+0

@Masum我在问题中发布了代码。谢谢 –

+0

你的xml在哪里? –

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值