mirror of
https://github.com/ethauvin/android-about-box.git
synced 2025-04-25 10:47:10 -07:00
11 lines
330 B
XML
11 lines
330 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.eggheadgames.aboutbox">
|
|
|
|
<application>
|
|
<activity
|
|
android:name="com.eggheadgames.aboutbox.activity.AboutActivity"
|
|
android:theme="@style/AppTheme.MaterialAboutActivity"/>
|
|
|
|
</application>
|
|
|
|
</manifest>
|