mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-24 10:25:51 +03:00
Revert "change selected space highlight"
This reverts commit 33246be2a5
.
This commit is contained in:
parent
997f93dd3a
commit
126dfd7ded
2 changed files with 5 additions and 6 deletions
|
@ -8,12 +8,11 @@
|
|||
<solid android:color="@android:color/transparent" />
|
||||
</shape>
|
||||
</item>
|
||||
<item android:gravity="center_vertical|start"
|
||||
android:left="8dp"
|
||||
android:right="11dp">
|
||||
<item android:gravity="center_vertical|start" >
|
||||
<shape>
|
||||
<solid android:color="?vctr_content_quinary" />
|
||||
<corners android:radius="8dp"/>
|
||||
<size android:width="4dp" android:height="40dp" />
|
||||
<solid android:color="?colorSecondary" />
|
||||
<corners android:bottomRightRadius="8dp" android:topRightRadius="8dp" />
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
|
|
|
@ -113,7 +113,7 @@
|
|||
android:id="@+id/groupTmpLeave"
|
||||
android:layout_width="30dp"
|
||||
android:layout_height="30dp"
|
||||
android:layout_marginEnd="10dp"
|
||||
android:layout_marginEnd="4dp"
|
||||
android:background="?selectableItemBackground"
|
||||
android:clickable="true"
|
||||
android:importantForAccessibility="no"
|
||||
|
|
Loading…
Reference in a new issue