Skip to content

Instantly share code, notes, and snippets.

@maozgal
Last active January 1, 2019 16:49
Show Gist options
  • Save maozgal/8adec1fc06b9b093dfadcc22c8f369ec to your computer and use it in GitHub Desktop.
Save maozgal/8adec1fc06b9b093dfadcc22c8f369ec to your computer and use it in GitHub Desktop.
Background for flexbox items
<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<stroke android:width="2dp" android:color="#ac5c23" />
<corners android:radius="12dp"/>
<solid android:color="#ffbb00" />
</shape>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment