react-native-charts-wrapper
Version:
A react-native charts support both android and iOS.
25 lines (22 loc) • 848 B
text/xml
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/oval_markerContent"
android:layout_width="wrap_content"
android:layout_height="40dp"
android:background="@drawable/oval_marker" >
<TextView
android:id="@+id/oval_tvContent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_marginTop="8dp"
android:layout_marginLeft="5dp"
android:layout_marginRight="5dp"
android:text=""
android:textSize="12sp"
android:textColor="@android:color/white"
android:ellipsize="end"
android:maxLines="1"
android:textAppearance="?android:attr/textAppearanceSmall"
/>
</RelativeLayout>