初次提交
This commit is contained in:
5
第21章 火力篮球/BasketBall_Shot/res/values/strings.xml
Normal file
5
第21章 火力篮球/BasketBall_Shot/res/values/strings.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="hello"></string>
|
||||
<string name="app_name">火力篮球</string>
|
||||
</resources>
|
||||
8
第21章 火力篮球/BasketBall_Shot/res/values/styles.xml
Normal file
8
第21章 火力篮球/BasketBall_Shot/res/values/styles.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<style name="FullHeightDialog"
|
||||
parent="android:style/Theme.Dialog">
|
||||
<item name="android:windowNoTitle">true</item>
|
||||
<item name="android:windowBackground">@drawable/dialog</item>
|
||||
</style>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user