mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 00:10:32 +05:30
fix: elevation of subscriptions toggle in subscriptions fragment
This commit is contained in:
parent
8faf1bde89
commit
9fbf475b52
@ -30,9 +30,9 @@
|
|||||||
|
|
||||||
<com.google.android.material.button.MaterialButton
|
<com.google.android.material.button.MaterialButton
|
||||||
android:id="@+id/notification_bell"
|
android:id="@+id/notification_bell"
|
||||||
android:tooltipText="@string/notifications"
|
|
||||||
style="@style/ElevatedIconButton"
|
style="@style/ElevatedIconButton"
|
||||||
android:layout_gravity="center"
|
android:layout_gravity="center"
|
||||||
|
android:tooltipText="@string/notifications"
|
||||||
app:icon="@drawable/ic_notification"
|
app:icon="@drawable/ic_notification"
|
||||||
tools:targetApi="m" />
|
tools:targetApi="m" />
|
||||||
|
|
||||||
@ -47,5 +47,6 @@
|
|||||||
android:text="@string/unsubscribe"
|
android:text="@string/unsubscribe"
|
||||||
android:textColor="?android:attr/textColorPrimary"
|
android:textColor="?android:attr/textColorPrimary"
|
||||||
android:textSize="12sp"
|
android:textSize="12sp"
|
||||||
app:cornerRadius="20dp" />
|
app:cornerRadius="20dp"
|
||||||
|
app:elevation="10dp" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
@ -64,7 +64,8 @@
|
|||||||
android:layout_marginTop="5dp"
|
android:layout_marginTop="5dp"
|
||||||
android:layout_marginEnd="14dp"
|
android:layout_marginEnd="14dp"
|
||||||
android:layout_marginBottom="12dp"
|
android:layout_marginBottom="12dp"
|
||||||
app:cardCornerRadius="18dp">
|
app:cardCornerRadius="18dp"
|
||||||
|
app:cardElevation="10dp">
|
||||||
|
|
||||||
<androidx.appcompat.widget.AppCompatTextView
|
<androidx.appcompat.widget.AppCompatTextView
|
||||||
android:id="@+id/toggle_subs_text"
|
android:id="@+id/toggle_subs_text"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user