sub button material you

This commit is contained in:
Bnyro 2022-05-18 21:12:06 +02:00
parent b6b3c643e9
commit d090173490

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<com.github.libretube.CustomSwipeToRefresh xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/channel_refresh"
android:layout_width="match_parent"
android:layout_height="match_parent">
@ -26,9 +27,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 +83,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"