react-native-maps
Version:
React Native Mapview component for iOS + Android
22 lines • 942 B
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:background="#E80000"
>
<ListView
android:id="@+id/rn_redbox_stack"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"
/>
<Button
android:id="@+id/rn_redbox_reloadjs"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="8dp"
android:text="@string/catalyst_reloadjs"
/>
</LinearLayout>
<!-- From: file:/Users/mkonicek/code/react-native/ReactAndroid/src/main/res/devsupport/layout/redbox_view.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_view.xml -->