diff --git a/wallet/res/drawable/ic_thumb_down_red.xml b/wallet/res/drawable/ic_thumb_down_red.xml new file mode 100644 index 000000000..3ca1632e8 --- /dev/null +++ b/wallet/res/drawable/ic_thumb_down_red.xml @@ -0,0 +1,25 @@ + + + + diff --git a/wallet/res/drawable/ic_thumb_down_white.xml b/wallet/res/drawable/ic_thumb_down_white.xml new file mode 100644 index 000000000..8156ea16a --- /dev/null +++ b/wallet/res/drawable/ic_thumb_down_white.xml @@ -0,0 +1,25 @@ + + + + diff --git a/wallet/res/drawable/ic_thumb_up_blue.xml b/wallet/res/drawable/ic_thumb_up_blue.xml new file mode 100644 index 000000000..55dec1e2d --- /dev/null +++ b/wallet/res/drawable/ic_thumb_up_blue.xml @@ -0,0 +1,25 @@ + + + + diff --git a/wallet/res/drawable/ic_thumb_up_white.xml b/wallet/res/drawable/ic_thumb_up_white.xml new file mode 100644 index 000000000..a22d1332f --- /dev/null +++ b/wallet/res/drawable/ic_thumb_up_white.xml @@ -0,0 +1,25 @@ + + + + diff --git a/wallet/res/layout/dialog_username_request_filters.xml b/wallet/res/layout/dialog_username_request_filters.xml index 7f5c0b87d..6b25ae8c8 100644 --- a/wallet/res/layout/dialog_username_request_filters.xml +++ b/wallet/res/layout/dialog_username_request_filters.xml @@ -66,12 +66,40 @@ android:layout_marginTop="5dp" app:layout_constraintTop_toBottomOf="@id/header"> + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/wallet/res/layout/username_request_group_view.xml b/wallet/res/layout/username_request_group_view.xml index 7d21e9eab..e0e284c1e 100644 --- a/wallet/res/layout/username_request_group_view.xml +++ b/wallet/res/layout/username_request_group_view.xml @@ -62,7 +62,7 @@ android:id="@+id/link_included" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="link included" + android:text="@string/link_included" style="@style/Caption.Blue" app:layout_constraintTop_toTopOf="@id/link_badge" app:layout_constraintStart_toEndOf="@id/link_badge" /> @@ -79,32 +79,61 @@ app:layout_constraintBottom_toBottomOf="@id/username" tools:text="4 requests" /> -