且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

通过全息式发电机产生的使用主题

更新时间:2023-12-04 22:11:58

的manifest.xml

<activity
    android:name="com.yourapp.app"
    android:label="@string/app_name"
    android:screenOrientation="landscape"
    android:theme="@style/Theme.YourTheme"
    ...
</activity>

RES /价值/ styles.xml

<style name="YourTheme" parent="android:Theme.Light">
    ...
</style>