File tree 5 files changed +12
-9
lines changed
src/org/hanenoshino/uisao
5 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 14
14
<application
15
15
android : icon =" @drawable/ic_launcher"
16
16
android : label =" @string/app_name"
17
- android : theme =" @android: style/Theme.Holo.NoActionBar " >
17
+ android : theme =" @style/AppTheme " >
18
18
<activity
19
19
android : name =" .MainActivity"
20
20
android : label =" @string/title_activity_main" android : screenOrientation =" sensorLandscape" >
Original file line number Diff line number Diff line change 1
1
<resources >
2
2
3
- <style name =" AppTheme" parent =" android:Theme.Holo.Light" />
3
+ <style name =" AppTheme" parent =" android:Theme.Holo.Light" >
4
+ <item name =" android:windowActionBar" >false</item >
5
+ <item name =" android:windowNoTitle" >true</item >
6
+ </style >
4
7
5
8
</resources >
Original file line number Diff line number Diff line change 1
1
<resources >
2
-
3
- <style name =" AppTheme" parent =" android:Theme.Holo.Light.DarkActionBar" />
4
-
2
+
3
+ <style name =" AppTheme" parent =" android:Theme.Holo.Light" >
4
+ <item name =" android:windowActionBar" >false</item >
5
+ <item name =" android:windowNoTitle" >true</item >
6
+ </style >
7
+
5
8
</resources >
Original file line number Diff line number Diff line change 1
1
<resources >
2
2
3
- <!--
4
- <style name="AppTheme" parent="android:Theme.Holo.NoActionBar">
3
+ <style name =" AppTheme" parent =" android:Theme.Holo.Light" >
5
4
<item name =" android:windowActionBar" >false</item >
6
5
<item name =" android:windowNoTitle" >true</item >
7
6
</style >
8
- -->
9
7
10
8
<style name =" MediaController_SeekBar" >
11
9
<item name =" android:minHeight" >16dip</item >
Original file line number Diff line number Diff line change @@ -198,7 +198,6 @@ public void onAnimationStart(Animation animation) {
198
198
199
199
public void onCreate (Bundle savedInstanceState ) {
200
200
super .onCreate (savedInstanceState );
201
- requestWindowFeature (Window .FEATURE_NO_TITLE );
202
201
if (Build .VERSION .SDK_INT < 9 ) {
203
202
setRequestedOrientation (ActivityInfo .SCREEN_ORIENTATION_LANDSCAPE );
204
203
}
You can’t perform that action at this time.
0 commit comments