初次提交
This commit is contained in:
7
第2章 游戏开发基础知识/Sample2_10/res/layout/device_name.xml
Normal file
7
第2章 游戏开发基础知识/Sample2_10/res/layout/device_name.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="18sp"
|
||||
android:padding="5dp"
|
||||
/>
|
||||
Reference in New Issue
Block a user