質問編集履歴

3

画像の追加

2015/11/11 07:44

投稿

mokumoku
mokumoku

スコア46

test CHANGED
File without changes
test CHANGED
@@ -61,3 +61,9 @@
61
61
  </resources>
62
62
 
63
63
  ```
64
+
65
+
66
+
67
+ AndroidManifest.xml
68
+
69
+ ![イメージ説明](639dc8f102e49162cfaa4229c73a1967.png)

2

コードの追加

2015/11/11 07:44

投稿

mokumoku
mokumoku

スコア46

test CHANGED
File without changes
test CHANGED
@@ -23,3 +23,41 @@
23
23
 
24
24
 
25
25
  >[http://dev.classmethod.jp/smartphone/android/android-tips-home-alert-dialog/](http://dev.classmethod.jp/smartphone/android/android-tips-home-alert-dialog/)
26
+
27
+
28
+
29
+ styles.xml
30
+
31
+ ```ここに言語を入力
32
+
33
+ <resources>
34
+
35
+
36
+
37
+ <!-- Base application theme. -->
38
+
39
+ <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
40
+
41
+ <!-- Customize your theme here. -->
42
+
43
+ </style>
44
+
45
+ <style name="Translucent" parent="android:Theme.Holo.Light">
46
+
47
+ <item name="android:windowBackground">@android:color/transparent</item>
48
+
49
+ <item name="android:colorBackgroundCacheHint">@null</item>
50
+
51
+ <item name="android:windowIsTranslucent">true</item>
52
+
53
+ <item name="android:windowAnimationStyle">@android:style/Animation</item>
54
+
55
+ <item name="android:windowNoTitle">true</item>
56
+
57
+ <item name="android:windowContentOverlay">@null</item>
58
+
59
+ </style>
60
+
61
+ </resources>
62
+
63
+ ```

1

文の編集

2015/11/11 06:18

投稿

mokumoku
mokumoku

スコア46

test CHANGED
File without changes
test CHANGED
@@ -22,4 +22,4 @@
22
22
 
23
23
 
24
24
 
25
- >http://dev.classmethod.jp/smartphone/android/android-tips-home-alert-dialog/
25
+ >[http://dev.classmethod.jp/smartphone/android/android-tips-home-alert-dialog/](http://dev.classmethod.jp/smartphone/android/android-tips-home-alert-dialog/)