Use dialog style for the download form.
This commit is contained in:
parent
2410496ad3
commit
a44e1c3df8
@ -30,7 +30,7 @@
|
|||||||
Combining the <data> elements into a single field did not result in a working
|
Combining the <data> elements into a single field did not result in a working
|
||||||
application. The first intent-filter (with mimeType wildcard) convinces the
|
application. The first intent-filter (with mimeType wildcard) convinces the
|
||||||
file browser to associate the correct launcher icon. the second intent-filter
|
file browser to associate the correct launcher icon. the second intent-filter
|
||||||
is actually invoked when a file is selected.
|
is actually invoked when a file is selected.
|
||||||
-->
|
-->
|
||||||
<!-- this intent filter convinces the file browser to display icons -->
|
<!-- this intent filter convinces the file browser to display icons -->
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
@ -56,7 +56,8 @@
|
|||||||
android:scheme="file" />
|
android:scheme="file" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
<activity android:name=".android.rocket.OpenRocketViewer"
|
<activity
|
||||||
|
android:name=".android.rocket.OpenRocketViewer"
|
||||||
android:windowSoftInputMode="adjustPan" />
|
android:windowSoftInputMode="adjustPan" />
|
||||||
<activity android:name=".android.PreferencesActivity" >
|
<activity android:name=".android.PreferencesActivity" >
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
@ -69,7 +70,9 @@
|
|||||||
<activity
|
<activity
|
||||||
android:name=".android.motor.BurnPlotActivity"
|
android:name=".android.motor.BurnPlotActivity"
|
||||||
android:theme="@style/AppTheme.NoActionBar" />
|
android:theme="@style/AppTheme.NoActionBar" />
|
||||||
<activity android:name=".android.thrustcurve.TCQueryActivity" />
|
<activity
|
||||||
|
android:name=".android.thrustcurve.TCQueryActivity"
|
||||||
|
android:theme="@style/Theme.Sherlock.Dialog" />
|
||||||
<activity
|
<activity
|
||||||
android:name=".android.simulation.SimulationViewActivity"
|
android:name=".android.simulation.SimulationViewActivity"
|
||||||
android:theme="@style/AppTheme.NoActionBar" />
|
android:theme="@style/AppTheme.NoActionBar" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user