Browse Source

Reward fixes

master
Preyea Regmi 5 years ago
parent
commit
5833ff45ee
  1. 2
      app/src/main/res/layout/fragment_amount_detail_resend_money_v2.xml
  2. 2
      app/src/main/res/layout/reward_list_item.xml

2
app/src/main/res/layout/fragment_amount_detail_resend_money_v2.xml

@ -233,7 +233,7 @@
android:layout_marginTop="20dp"
android:layout_width="match_parent"
android:layout_height="1dp"
android:visibility="gone"
android:visibility="visible"
android:background="@color/gray"/>
<android.support.constraint.ConstraintLayout

2
app/src/main/res/layout/reward_list_item.xml

@ -69,7 +69,7 @@
android:background="@drawable/ic_rounded_background_coloured"
android:paddingStart="20dp"
android:paddingEnd="20dp"
android:text="Redeem"
android:text="@string/redeem_text"
android:textAllCaps="false"
android:textColor="@color/white"
android:textSize="18sp"

Loading…
Cancel
Save