Skip to content

Commit

Permalink
refactor to new material lib
Browse files Browse the repository at this point in the history
Signed-off-by: Amr Hossam <amrhossam.dev@gmail.com>
  • Loading branch information
amrhossamdev authored and aaronbrethorst committed Oct 21, 2024
1 parent 6b91492 commit c1a8709
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
android:textSize="16sp" />

<Button
style="@style/Widget.MaterialComponents.Button.UnelevatedButton"
android:textSize="24sp"
android:backgroundTint="@color/theme_primary"
android:textColor="@color/quantum_white_100"
android:text="@string/donation_view_donate_now_button"
android:layout_width="match_parent"
Expand Down
5 changes: 3 additions & 2 deletions onebusaway-android/src/main/res/layout/donation_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,17 @@
android:layout_height="wrap_content">

<Button
style="@style/Widget.MaterialComponents.Button.OutlinedButton"
android:textSize="16sp"
android:textColor="@color/theme_primary"
android:backgroundTint="@android:color/white"
android:text="@string/donation_view_learn_more_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/btnDonationViewLearnMore"
android:layout_weight="1" />

<Button
style="@style/Widget.MaterialComponents.Button.UnelevatedButton"
android:backgroundTint="@color/theme_primary"
android:textSize="16sp"
android:textColor="@color/quantum_white_100"
android:text="@string/donation_view_donate_now_button"
Expand Down

0 comments on commit c1a8709

Please sign in to comment.