string.xmlとactivity_main.xmlを、
下記のように修正したのですが、
Run appをしてもエミュレーターの
画面が『HelloWorld!』から変わりません。
何が足りないのでしょうか?
******string.xml********* <?xml version="1.0" encoding="utf-8"?> <resources> <string name="app_name">画面部品サンプル</string> <string name="tv_msg">お名前を入力してください。</string> </resources>
**********activity_main.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" android:background="#A1A9BA" android:orientation="vertical"> <TextView android:id="@+id/tvLabelInput" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="10dp" android:layout_marginTop="5dp" android:background="#ffffff" android:text="@string/tv_msg" android:textSize="25sp"/> </LinearLayout>
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。