热门IT资讯网

Android style.xml

发表于:2024-11-28 作者:热门IT资讯网编辑
编辑最后更新 2024年11月28日,style.xml





activity_main.xml


android:layout_width="match_parent"

android:layout_height="match_parent"

android:orientation="vertical" >


android:id="@+id/text_1"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:text="@string/hello_world" />


android:id="@+id/text_2"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:text="@string/hello_world" />




0