Commit 9805063
committed
Increment version code and update card styles
This commit updates the `versionCode` to 50 in `app/build.gradle`.
It also modifies the styles of several `MaterialCardView` elements:
- In `ad_about.xml`:
- The main ad card (`ad_card`) style is changed from `Elevated` to `Filled`.
- The nested card for the app icon (`@+id/app_icon_card`) style is changed to `Elevated`.
- `cardPreventCornerOverlap` and `cardUseCompatPadding` attributes are removed from `ad_card`.
- In `fragment_about.xml`, the `card_view_about` style is changed from `Elevated` to `Filled`.
- In `ad_home_banner_large.xml`, the `MaterialCardView` style is changed from `Filled` to `Elevated`.1 parent 70bd3f8 commit 9805063
File tree
4 files changed
+5
-8
lines changed- app
- src/main/res/layout
4 files changed
+5
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
| |||
32 | 30 | | |
33 | 31 | | |
34 | 32 | | |
35 | | - | |
36 | | - | |
| 33 | + | |
37 | 34 | | |
38 | 35 | | |
39 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments