Some small public room and presence icon theme fixes
Change-Id: I188fc5943755dc10db55701415d03b84c34e5ffe
This commit is contained in:
parent
9b88c608c2
commit
983b71dc4b
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<corners android:radius="96dp" />
|
||||
<solid android:color="?vctr_toolbar_background" />
|
||||
|
||||
</shape>
|
@ -57,7 +57,7 @@
|
||||
android:id="@+id/roomToolbarPresenceImageView"
|
||||
android:layout_width="12dp"
|
||||
android:layout_height="12dp"
|
||||
android:background="@drawable/background_circle"
|
||||
android:background="@drawable/toolbar_background_circle"
|
||||
android:padding="2dp"
|
||||
android:visibility="gone"
|
||||
app:layout_constraintCircle="@+id/roomToolbarAvatarImageView"
|
||||
@ -72,11 +72,12 @@
|
||||
android:id="@+id/roomToolbarPublicImageView"
|
||||
android:layout_width="13dp"
|
||||
android:layout_height="13dp"
|
||||
android:background="@drawable/background_circle"
|
||||
android:background="@drawable/toolbar_background_circle"
|
||||
android:contentDescription="@string/a11y_public_room"
|
||||
android:padding="1dp"
|
||||
android:src="@drawable/ic_public_room"
|
||||
android:visibility="gone"
|
||||
app:tint="?vctr_content_secondary"
|
||||
app:layout_constraintCircle="@+id/roomToolbarAvatarImageView"
|
||||
app:layout_constraintCircleAngle="135"
|
||||
app:layout_constraintCircleRadius="20dp"
|
||||
|
@ -44,6 +44,7 @@
|
||||
android:padding="2dp"
|
||||
android:src="@drawable/ic_public_room"
|
||||
android:visibility="gone"
|
||||
app:tint="?vctr_content_secondary"
|
||||
app:layout_constraintCircle="@+id/roomProfileAvatarView"
|
||||
app:layout_constraintCircleAngle="135"
|
||||
app:layout_constraintCircleRadius="64dp"
|
||||
|
Loading…
x
Reference in New Issue
Block a user