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