Use the dialog theme for the file browser because it looks better on tablets.

This commit is contained in:
Kevin Ruland 2012-05-25 20:46:00 +00:00
parent a6a5eff5b6
commit 62fe67faa0

View File

@ -77,7 +77,8 @@
<activity <activity
android:name=".android.simulation.SimulationViewActivity" android:name=".android.simulation.SimulationViewActivity"
android:theme="@style/AppTheme.NoActionBar" /> android:theme="@style/AppTheme.NoActionBar" />
<activity android:name=".android.filebrowser.SimpleFileBrowser" /> <activity android:name=".android.filebrowser.SimpleFileBrowser"
android:theme="@style/Theme.Sherlock.Dialog" />
</application> </application>
</manifest> </manifest>