Merge pull request #246 from Bnyro/master

sub button material you
This commit is contained in:
Bnyro 2022-05-18 19:12:39 +02:00 committed by GitHub
commit 9cc27346ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,9 +26,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="10dp"
android:layout_marginBottom="10dp"
android:layout_marginLeft="10dp"
android:layout_margin="10dp"
android:orientation="horizontal">
<de.hdodenhof.circleimageview.CircleImageView
@ -84,7 +82,7 @@
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_alignParentEnd="true"
android:background="?android:attr/selectableItemBackground"
android:backgroundTint="?attr/colorOnPrimary"
android:text="@string/subscribe"
android:textColor="?android:attr/textColorPrimary"
android:textSize="11sp"