-
Notifications
You must be signed in to change notification settings - Fork 521
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Rounded the corners of the gems for gold banner to 16dp. - Verified and adjusted the background color of the gold banner to Teal1 #005158. - Updated headline 'Subscribe to buy gems and gold...' color to gray700 in dark mode and gray10 in light mode. - Enlarged text descriptions under each perk to 14sp and set color to gray400 in dark mode and gray100 in light mode. - Added a 4dp thick outline to unselected subscription benefit boxes with color gray50 in dark mode and gray600 in light mode. - Resized the 'Subscribing supports our small team...' line to 12sp. - Renamed 'Monthly Mystery Items' to 'Exclusive Monthly Gear Sets'.
- Loading branch information
Showing
6 changed files
with
23 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<shape xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<solid android:color="?attr/colorWindowBackground"/> | ||
<corners android:radius="20dip"/> | ||
<corners android:radius="8dip"/> | ||
<padding android:left="0dip" android:top="0dip" android:right="0dip" android:bottom="0dip" /> | ||
</shape> | ||
<stroke android:color="@color/gray600_gray50" android:width="3dp" /> | ||
</shape> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters