Updated UI for tablets

This commit is contained in:
dvdandroid
2016-08-26 13:01:12 +02:00
committed by topjohnwu
parent ab318ef99e
commit c44ce77e95
8 changed files with 49 additions and 2 deletions
+3 -1
View File
@@ -23,7 +23,9 @@
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
<activity android:name=".AboutActivity"/>
<activity
android:name=".AboutActivity"
android:theme="@style/AppTheme.Transparent"/>
</application>
</manifest>