Merge pull request #5436 from vector-im/feature/nfe/space_highlight
change selected space highlight
This commit is contained in:
commit
c339e10c07
|
@ -0,0 +1 @@
|
|||
Selected space highlight changed in left panel
|
|
@ -8,11 +8,12 @@
|
|||
<solid android:color="@android:color/transparent" />
|
||||
</shape>
|
||||
</item>
|
||||
<item android:gravity="center_vertical|start" >
|
||||
<item android:gravity="center_vertical|start"
|
||||
android:left="8dp"
|
||||
android:right="11dp">
|
||||
<shape>
|
||||
<size android:width="4dp" android:height="40dp" />
|
||||
<solid android:color="?colorSecondary" />
|
||||
<corners android:bottomRightRadius="8dp" android:topRightRadius="8dp" />
|
||||
<solid android:color="?vctr_content_quinary" />
|
||||
<corners android:radius="8dp"/>
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
|
|
|
@ -113,7 +113,7 @@
|
|||
android:id="@+id/groupTmpLeave"
|
||||
android:layout_width="30dp"
|
||||
android:layout_height="30dp"
|
||||
android:layout_marginEnd="4dp"
|
||||
android:layout_marginEnd="10dp"
|
||||
android:background="?selectableItemBackground"
|
||||
android:clickable="true"
|
||||
android:importantForAccessibility="no"
|
||||
|
|
Loading…
Reference in New Issue