Use dialog style for the download form.
This commit is contained in:
parent
2410496ad3
commit
a44e1c3df8
@ -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