質問編集履歴

1

xml追記

2017/08/10 13:05

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -7,3 +7,27 @@
7
7
 
8
8
 
9
9
  ![こんな感じにしたい](0b8e8eaed483b1c04c0773ca8a5182ea.png)
10
+
11
+
12
+
13
+ スタイルをこんな感じで適用しています。
14
+
15
+
16
+
17
+ ```
18
+
19
+ <style name="ButtonStyle">
20
+
21
+ <item name="android:layout_weight">1</item>
22
+
23
+ <item name="android:layout_margin">0dp</item>
24
+
25
+ <item name="android:padding">0dp</item>
26
+
27
+ <item name="android:layout_width">match_parent</item>
28
+
29
+ <item name="android:layout_height">match_parent</item>
30
+
31
+ </style>
32
+
33
+ ```