Skip to content

Commit

Permalink
Update visual look of the donation item
Browse files Browse the repository at this point in the history
  • Loading branch information
AChep committed May 11, 2019
1 parent 1995e86 commit 0df192f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/src/main/res/layout/item_donation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?selectableItemBackground"
android:paddingHorizontal="16dp"
android:paddingVertical="12dp">

<TextView
<com.google.android.material.button.MaterialButton
android:id="@+id/priceTextView"
style="@style/ButtonOutlined"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:textAppearanceLarge"
android:fontFamily="sans-serif-medium"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
Expand Down

0 comments on commit 0df192f

Please sign in to comment.