File tree Expand file tree Collapse file tree 3 files changed +32
-3
lines changed
dynamic-support/src/main/res Expand file tree Collapse file tree 3 files changed +32
-3
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <!--
3+ Copyright 2018-2024 Pranav Pandey
4+
5+ Licensed under the Apache License, Version 2.0 (the "License");
6+ you may not use this file except in compliance with the License.
7+ You may obtain a copy of the License at
8+
9+ http://www.apache.org/licenses/LICENSE-2.0
10+
11+ Unless required by applicable law or agreed to in writing, software
12+ distributed under the License is distributed on an "AS IS" BASIS,
13+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+ See the License for the specific language governing permissions and
15+ limitations under the License.
16+ -->
17+
18+ <resources >
19+
20+ <!-- App Widget -->
21+ <dimen name =" ads_widget_preview_height_medium" >228dp</dimen >
22+ <dimen name =" ads_widget_preview_height_large" >260dp</dimen >
23+
24+ </resources >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!--
3- Copyright 2018-2022 Pranav Pandey
3+ Copyright 2018-2024 Pranav Pandey
44
55 Licensed under the Apache License, Version 2.0 (the "License");
66 you may not use this file except in compliance with the License.
331331 <dimen name =" ads_widget_margin" >0dp</dimen >
332332 <dimen name =" ads_widget_corner_radius" >0dp</dimen >
333333 <dimen name =" ads_widget_preview_height" >144dp</dimen >
334+ <dimen name =" ads_widget_preview_height_small" >84dp</dimen >
335+ <dimen name =" ads_widget_preview_height_medium" >196dp</dimen >
336+ <dimen name =" ads_widget_preview_height_large" >208dp</dimen >
334337 <dimen name =" ads_widget_font_size_tiny" >10dp</dimen >
335338 <dimen name =" ads_widget_font_size_extra_small" >12dp</dimen >
336339 <dimen name =" ads_widget_font_size_small" >14dp</dimen >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!--
3- Copyright 2018-2022 Pranav Pandey
3+ Copyright 2018-2024 Pranav Pandey
44
55 Licensed under the Apache License, Version 2.0 (the "License");
66 you may not use this file except in compliance with the License.
7575 <integer name =" ads_widget_update_millis_hour" >3600000</integer >
7676 <integer name =" ads_widget_update_millis_quarter" >21600000</integer >
7777 <integer name =" ads_widget_update_millis_day" >86400000</integer >
78- <integer name =" ads_widget_visibility_controls" >2</integer >
78+ <integer name =" ads_widget_visibility_controls" >8</integer >
79+ <integer name =" ads_widget_visibility_controls_alt" >2</integer >
80+ <integer name =" ads_widget_visibility_controls_alt_inverse" >0</integer >
7981
8082 <!-- Vibration -->
8183 <integer name =" ads_vibration" >25</integer >
You can’t perform that action at this time.
0 commit comments