expo-dev-launcher
Version:
Pre-release version of the Expo development launcher package for testing.
24 lines (21 loc) • 755 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:paddingTop="4dp"
android:paddingBottom="4dp">
<TextView
android:id="@+id/rn_frame_method"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fontFamily="monospace"
android:textColor="@color/dev_launcher_primary"
android:textSize="14sp" />
<TextView
android:id="@+id/rn_frame_file"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fontFamily="monospace"
android:textColor="@color/dev_launcher_primary"
android:textSize="12sp" />
</LinearLayout>