|
25 | 25 | <LinearLayout
|
26 | 26 | android:orientation="horizontal"
|
27 | 27 | android:layout_width="match_parent"
|
28 |
| - android:layout_height="wrap_content"> |
| 28 | + android:layout_height="wrap_content" |
| 29 | + android:weightSum="10.0"> |
| 30 | + |
29 | 31 | <Button
|
30 | 32 | android:layout_width="wrap_content"
|
31 | 33 | android:layout_height="wrap_content"
|
32 | 34 | android:text="@string/lbl_check_app_installed"
|
33 | 35 | android:id="@+id/play_button_01"
|
| 36 | + android:layout_weight="2.5" |
| 37 | + android:ellipsize="middle" |
34 | 38 | style="@style/Base.TextAppearance.AppCompat.Small"/>
|
35 | 39 |
|
36 | 40 | <Button
|
37 | 41 | android:layout_width="wrap_content"
|
38 | 42 | android:layout_height="wrap_content"
|
39 | 43 | android:text="@string/lbl_open_app"
|
| 44 | + android:layout_weight="2.5" |
40 | 45 | android:id="@+id/play_button_02"
|
41 |
| - |
| 46 | + android:ellipsize="middle" |
42 | 47 | style="@style/Base.TextAppearance.AppCompat.Small"/>
|
43 | 48 |
|
44 | 49 | <Button
|
45 | 50 | android:layout_width="wrap_content"
|
46 | 51 | android:layout_height="wrap_content"
|
47 | 52 | android:text="@string/lbl_open_publisher_apps"
|
| 53 | + android:layout_weight="2.5" |
48 | 54 | android:id="@+id/play_button_03"
|
| 55 | + android:ellipsize="middle" |
49 | 56 | style="@style/Base.TextAppearance.AppCompat.Small"/>
|
50 | 57 |
|
51 | 58 | <Button
|
52 | 59 | android:layout_width="wrap_content"
|
53 | 60 | android:layout_height="wrap_content"
|
54 | 61 | android:text="@string/lbl_search_app"
|
| 62 | + android:layout_weight="2.5" |
55 | 63 | android:id="@+id/play_button_04"
|
| 64 | + android:ellipsize="middle" |
56 | 65 | style="@style/Base.TextAppearance.AppCompat.Small"/>
|
57 | 66 |
|
58 | 67 | </LinearLayout>
|
59 | 68 |
|
| 69 | + <LinearLayout |
| 70 | + android:orientation="horizontal" |
| 71 | + android:layout_width="match_parent" |
| 72 | + android:layout_height="wrap_content" |
| 73 | + android:weightSum="10.0"> |
| 74 | + <Button |
| 75 | + android:layout_width="wrap_content" |
| 76 | + android:layout_height="wrap_content" |
| 77 | + android:text="@string/lbl_developer_page" |
| 78 | + android:id="@+id/play_button_05" |
| 79 | + android:layout_weight="2.5" |
| 80 | + android:ellipsize="middle" |
| 81 | + style="@style/Base.TextAppearance.AppCompat.Small"/> |
| 82 | + |
| 83 | + <Button |
| 84 | + android:layout_width="wrap_content" |
| 85 | + android:layout_height="wrap_content" |
| 86 | + android:text="@string/lbl_open_collection" |
| 87 | + android:layout_weight="2.5" |
| 88 | + android:id="@+id/play_button_06" |
| 89 | + android:ellipsize="middle" |
| 90 | + style="@style/Base.TextAppearance.AppCompat.Small"/> |
| 91 | + </LinearLayout> |
| 92 | + |
60 | 93 | <TextView
|
61 | 94 | android:layout_width="wrap_content"
|
62 | 95 | android:layout_height="wrap_content"
|
|
67 | 100 | <LinearLayout
|
68 | 101 | android:orientation="horizontal"
|
69 | 102 | android:layout_width="match_parent"
|
70 |
| - android:layout_height="wrap_content"> |
| 103 | + android:layout_height="wrap_content" |
| 104 | + android:weightSum="10.0"> |
71 | 105 | <Button
|
72 | 106 | android:layout_width="wrap_content"
|
73 | 107 | android:layout_height="wrap_content"
|
74 | 108 | android:text="@string/lbl_check_app_installed"
|
| 109 | + android:layout_weight="2.5" |
| 110 | + android:ellipsize="middle" |
75 | 111 | android:id="@+id/amazon_button_01"
|
76 | 112 | style="@style/Base.TextAppearance.AppCompat.Small"/>
|
77 | 113 |
|
78 | 114 | <Button
|
79 | 115 | android:layout_width="wrap_content"
|
80 | 116 | android:layout_height="wrap_content"
|
81 | 117 | android:text="@string/lbl_open_app"
|
| 118 | + android:layout_weight="2.5" |
| 119 | + android:ellipsize="middle" |
82 | 120 | android:id="@+id/amazon_button_02"
|
83 | 121 | style="@style/Base.TextAppearance.AppCompat.Small"/>
|
84 | 122 |
|
85 | 123 | <Button
|
86 | 124 | android:layout_width="wrap_content"
|
87 | 125 | android:layout_height="wrap_content"
|
88 | 126 | android:text="@string/lbl_open_publisher_apps"
|
| 127 | + android:layout_weight="2.5" |
| 128 | + android:ellipsize="middle" |
89 | 129 | android:id="@+id/amazon_button_03"
|
90 | 130 | style="@style/Base.TextAppearance.AppCompat.Small"/>
|
91 | 131 |
|
92 | 132 | <Button
|
93 | 133 | android:layout_width="wrap_content"
|
94 | 134 | android:layout_height="wrap_content"
|
95 | 135 | android:text="@string/lbl_search_app"
|
| 136 | + android:layout_weight="2.5" |
| 137 | + android:ellipsize="middle" |
96 | 138 | android:id="@+id/amazon_button_04"
|
97 | 139 | style="@style/Base.TextAppearance.AppCompat.Small"/>
|
98 | 140 |
|
|
102 | 144 | android:layout_width="wrap_content"
|
103 | 145 | android:layout_height="wrap_content"
|
104 | 146 | android:layout_margin="4dp"
|
105 |
| - android:text="TStore" |
106 |
| - /> |
| 147 | + android:text="TStore" /> |
107 | 148 | <LinearLayout
|
108 | 149 | android:orientation="horizontal"
|
109 | 150 | android:layout_width="match_parent"
|
110 |
| - android:layout_height="wrap_content"> |
| 151 | + android:layout_height="wrap_content" |
| 152 | + android:weightSum="10.0"> |
111 | 153 | <Button
|
112 | 154 | android:layout_width="wrap_content"
|
113 | 155 | android:layout_height="wrap_content"
|
114 | 156 | android:text="@string/lbl_check_app_installed"
|
| 157 | + android:layout_weight="2.5" |
| 158 | + android:ellipsize="middle" |
115 | 159 | android:id="@+id/tstore_button_01"
|
116 | 160 | style="@style/Base.TextAppearance.AppCompat.Small"/>
|
117 | 161 |
|
118 | 162 | <Button
|
119 | 163 | android:layout_width="wrap_content"
|
120 | 164 | android:layout_height="wrap_content"
|
121 | 165 | android:text="@string/lbl_open_app"
|
| 166 | + android:layout_weight="2.5" |
| 167 | + android:ellipsize="middle" |
122 | 168 | android:id="@+id/tstore_button_02"
|
123 | 169 | style="@style/Base.TextAppearance.AppCompat.Small"/>
|
124 | 170 |
|
125 | 171 | <Button
|
126 | 172 | android:layout_width="wrap_content"
|
127 | 173 | android:layout_height="wrap_content"
|
128 | 174 | android:text="@string/lbl_open_publisher_apps"
|
| 175 | + android:layout_weight="2.5" |
| 176 | + android:ellipsize="middle" |
129 | 177 | android:id="@+id/tstore_button_03"
|
130 | 178 | style="@style/Base.TextAppearance.AppCompat.Small"/>
|
131 | 179 |
|
132 | 180 | <Button
|
133 | 181 | android:layout_width="wrap_content"
|
134 | 182 | android:layout_height="wrap_content"
|
135 | 183 | android:text="@string/lbl_search_app"
|
| 184 | + android:layout_weight="2.5" |
| 185 | + android:ellipsize="middle" |
136 | 186 | android:id="@+id/tstore_button_04"
|
137 | 187 | style="@style/Base.TextAppearance.AppCompat.Small"/>
|
138 | 188 |
|
|
147 | 197 | <LinearLayout
|
148 | 198 | android:orientation="horizontal"
|
149 | 199 | android:layout_width="match_parent"
|
150 |
| - android:layout_height="wrap_content"> |
| 200 | + android:layout_height="wrap_content" |
| 201 | + android:weightSum="10.0"> |
151 | 202 | <Button
|
152 | 203 | android:layout_width="wrap_content"
|
153 | 204 | android:layout_height="wrap_content"
|
154 | 205 | android:text="@string/lbl_check_app_installed"
|
| 206 | + android:layout_weight="2.5" |
| 207 | + android:ellipsize="middle" |
155 | 208 | android:id="@+id/naver_button_01"
|
156 | 209 | style="@style/Base.TextAppearance.AppCompat.Small"/>
|
157 | 210 |
|
158 | 211 | <Button
|
159 | 212 | android:layout_width="wrap_content"
|
160 | 213 | android:layout_height="wrap_content"
|
161 | 214 | android:text="@string/lbl_open_app"
|
| 215 | + android:layout_weight="2.5" |
| 216 | + android:ellipsize="middle" |
162 | 217 | android:id="@+id/naver_button_02"
|
163 | 218 | style="@style/Base.TextAppearance.AppCompat.Small"/>
|
164 | 219 |
|
165 | 220 | <Button
|
166 | 221 | android:layout_width="wrap_content"
|
167 | 222 | android:layout_height="wrap_content"
|
168 | 223 | android:text="@string/lbl_open_publisher_apps"
|
| 224 | + android:layout_weight="2.5" |
| 225 | + android:ellipsize="middle" |
169 | 226 | android:id="@+id/naver_button_03"
|
170 | 227 | style="@style/Base.TextAppearance.AppCompat.Small"/>
|
171 | 228 |
|
172 | 229 | <Button
|
173 | 230 | android:layout_width="wrap_content"
|
174 | 231 | android:layout_height="wrap_content"
|
175 | 232 | android:text="@string/lbl_search_app"
|
| 233 | + android:layout_weight="2.5" |
| 234 | + android:ellipsize="middle" |
176 | 235 | android:id="@+id/naver_button_04"
|
177 | 236 | style="@style/Base.TextAppearance.AppCompat.Small"/>
|
178 | 237 |
|
|
0 commit comments