react-native-combined-button
Version:
A button component with icon and text for react-native app.
22 lines • 835 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/guxf/android/react-native-combined-button/example/android/app/build/intermediates/exploded-aar/com.facebook.react/react-native/0.29.2/res/layout/redbox_view.xml -->