Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] - Currency picker alert #350

Merged
merged 5 commits into from
Oct 8, 2018
Merged

[Enhancement] - Currency picker alert #350

merged 5 commits into from
Oct 8, 2018

Conversation

Rcureton
Copy link
Contributor

@Rcureton Rcureton commented Oct 8, 2018

What

  • User can see the Currency Change Alert with the updated copy.
  • Updated the strings from master.

See 馃憖

oct-08-2018 16-14-11

@Rcureton Rcureton requested a review from eoji October 8, 2018 20:15
Copy link
Contributor

@eoji eoji left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 small non blocking pieces of feedback
1 woohoo!

<item name="colorAccent">@color/text_secondary</item>
</style>

<style name="AlertDialogButtonStyle" parent="Widget.AppCompat.Button.ButtonBar.AlertDialog">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sweet!

</style>

<style name="AlertDialogButtonStyle" parent="Widget.AppCompat.Button.ButtonBar.AlertDialog">
<item name="android:textColor">@color/ksr_green_500</item>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we refer to this is colorAccent?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So it was ignoring the color when I used colorAccent so I went with TextColor

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I wasn't clear. I mean the color value you're passing in. Like this <item name="android:textColor">@color/accent</item>

android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginEnd="@dimen/activity_horizontal_margin"
android:layout_marginStart="@dimen/activity_horizontal_margin"
android:layout_marginTop="@dimen/grid_1">
android:layout_marginTop="@dimen/grid_1"
android:dropDownVerticalOffset="@dimen/grid_11">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think you'll need this because the drop down list is drawn over the spinner.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good I'll remove it!

@Rcureton Rcureton merged commit e9fb8ad into master Oct 8, 2018
@Rcureton Rcureton deleted the rc/alert-currency branch October 8, 2018 20:48
@Rcureton
Copy link
Contributor Author

Rcureton commented Oct 8, 2018

Currency picker alert

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants