Use the dialog theme for the file browser because it looks better on tablets.
This commit is contained in:
parent
a6a5eff5b6
commit
62fe67faa0
@ -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>
|
Loading…
x
Reference in New Issue
Block a user