Commit 41b66f39 authored by Vojtěch Hořánek's avatar Vojtěch Hořánek
Browse files

fixed about activity theme

Showing with 3 additions and 1 deletion
+3 -1
......@@ -16,7 +16,9 @@
android:supportsRtl="true"
android:theme="@style/AppTheme.Splash">
<activity android:name=".activity.AboutActivity" />
<activity
android:name=".activity.AboutActivity"
android:theme="@style/AppTheme" />
<activity android:name=".activity.MainActivity">
<meta-data
android:name="android.app.shortcuts"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment