react-native-charts-wrapper
Version:
A react-native charts support both android and iOS.
22 lines (19 loc) • 731 B
text/xml
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/rectangle_markerContent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
>
<TextView
android:id="@+id/rectangle_tvContent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/rectangle_marker"
android:layout_centerHorizontal="true"
android:text=""
android:gravity="center"
android:textSize="12sp"
android:textColor="@android:color/white"
android:textAppearance="?android:attr/textAppearanceSmall"
/>
</RelativeLayout>