Update UI of statuses to show a taller collapsible button

This commit is contained in:
HellPie 2018-09-03 20:24:23 +02:00 committed by HellPie
parent 3c6648b12f
commit 40ae45e126
2 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@
style="@style/Widget.AppCompat.Button.Borderless"
android:id="@+id/button_toggle_content"
android:layout_width="match_parent"
android:layout_height="32dp"
android:layout_height="wrap_content"
android:padding="0dp"
android:layout_toEndOf="@id/status_avatar"
android:layout_below="@id/status_content"

View File

@ -120,7 +120,7 @@
style="@style/Widget.AppCompat.Button.Borderless"
android:id="@+id/button_toggle_notification_content"
android:layout_width="match_parent"
android:layout_height="32dp"
android:layout_height="wrap_content"
android:padding="0dp"
android:layout_toEndOf="@id/status_avatar"
android:layout_below="@id/notification_content"