Skip to content

Instantly share code, notes, and snippets.

@whalemare
Created May 28, 2017 03:11
Show Gist options
  • Save whalemare/2be14c618d3deb3164f134aa27b2c7dd to your computer and use it in GitHub Desktop.
Save whalemare/2be14c618d3deb3164f134aa27b2c7dd to your computer and use it in GitHub Desktop.
Треугольник
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="48dp"
android:height="48dp"
android:viewportHeight="12"
android:viewportWidth="12">
<!-- Этот путь рисует оранжевый треугольник -->
<path
android:fillColor="#FF9800"
android:pathData="M 4,2.5 L 4,9.5 L 9.5,6 Z"/>
</vector>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment