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

Commit 1f188b56 authored by Alan Viverette's avatar Alan Viverette Committed by Android (Google) Code Review
Browse files

Merge "Replace PNG list divider with XML shape"

parents 33f8d097 789e7768
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>