react-native-maps
Version:
React Native Mapview component for iOS + Android
27 lines • 1.1 kB
text/xml
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:paddingTop="8dp"
android:paddingBottom="8dp"
android:paddingLeft="16dp"
android:paddingRight="16dp"
>
<TextView
android:id="@+id/rn_frame_method"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textColor="@android:color/white"
android:textSize="14sp"
android:fontFamily="monospace"
/>
<TextView
android:id="@+id/rn_frame_file"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textColor="#E6B8B8"
android:textSize="12sp"
android:fontFamily="monospace"
/>
</LinearLayout>
<!-- From: file:/Users/mkonicek/code/react-native/ReactAndroid/src/main/res/devsupport/layout/redbox_item_frame.xml --><!-- From: file:/Users/leland_richardson/code/react-native-mapview/android/app/build/intermediates/exploded-aar/com.facebook.react/react-native/0.16.1/res/layout/redbox_item_frame.xml -->