Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 789e7768 authored by Alan Viverette's avatar Alan Viverette
Browse files

Replace PNG list divider with XML shape

Change-Id: I06bf589de22682f7c598f56fbdbfcd61cb72b099
parent 1ffaca44
Loading
Loading
Loading
Loading
−136 B
Loading image diff...
−136 B
Loading image diff...
−136 B
Loading image diff...
−138 B
Loading image diff...
+7 −4
Original line number Diff line number Diff line
@@ -14,7 +14,10 @@
     limitations under the License.
-->

<nine-patch xmlns:android="http://schemas.android.com/apk/res/android"
    android:src="@drawable/list_divider_mtrl_alpha"
    android:tint="?attr/colorForeground"
    android:alpha="0.12" />
<shape xmlns:android="http://schemas.android.com/apk/res/android"
       android:tint="?attr/colorForeground">
    <solid android:color="#1f000000" />
    <size
        android:height="1dp"
        android:width="1dp" />
</shape>