diff options
author | cyBerta <cyberta@riseup.net> | 2021-11-25 12:23:04 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2021-11-25 12:23:04 +0100 |
commit | 0ccec2d3bd7c7f890f7b651110ea10a8933eab29 (patch) | |
tree | 6809b31be22162523a187ad65b2d18048b7e2e0f /app/src/main/res/drawable | |
parent | dcee5f2fa1dc67e5b08223db3441da8bd38e8b20 (diff) |
implement UI, logic and test for prefer UDP preferences
Diffstat (limited to 'app/src/main/res/drawable')
-rw-r--r-- | app/src/main/res/drawable/ic_multiple_stop.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/ic_multiple_stop.xml b/app/src/main/res/drawable/ic_multiple_stop.xml new file mode 100644 index 00000000..c43c84f3 --- /dev/null +++ b/app/src/main/res/drawable/ic_multiple_stop.xml @@ -0,0 +1,10 @@ +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:width="24dp" + android:height="24dp" + android:viewportWidth="24" + android:viewportHeight="24" + android:tint="?attr/colorControlNormal"> + <path + android:fillColor="@android:color/white" + android:pathData="M17,4l4,4l-4,4V9h-4V7h4V4zM10,7C9.45,7 9,7.45 9,8s0.45,1 1,1s1,-0.45 1,-1S10.55,7 10,7zM6,7C5.45,7 5,7.45 5,8s0.45,1 1,1s1,-0.45 1,-1S6.55,7 6,7zM7,17h4v-2H7v-3l-4,4l4,4V17zM14,17c0.55,0 1,-0.45 1,-1c0,-0.55 -0.45,-1 -1,-1s-1,0.45 -1,1C13,16.55 13.45,17 14,17zM18,17c0.55,0 1,-0.45 1,-1c0,-0.55 -0.45,-1 -1,-1s-1,0.45 -1,1C17,16.55 17.45,17 18,17z"/> +</vector> |