react-native-charts-wrapper
Version:
A react-native charts support both android and iOS.
14 lines (11 loc) • 395 B
text/xml
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<ImageView
android:background="@drawable/circle_marker"
android:layout_width="15dp"
android:layout_height="15dp" />
</LinearLayout>