UNPKG

react-native-test-app

Version:

react-native-test-app provides a test app for all supported platforms as a package

39 lines (32 loc) 1.5 kB
<?xml version="1.0" encoding="utf-8"?> <androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent"> <com.google.android.material.appbar.AppBarLayout android:layout_width="match_parent" android:layout_height="wrap_content" app:liftOnScroll="true"> <com.google.android.material.appbar.MaterialToolbar android:id="@+id/top_app_bar" style="@style/Widget.MaterialComponents.Toolbar.Primary" android:layout_width="match_parent" android:layout_height="?attr/actionBarSize" app:menu="@menu/top_app_bar" /> </com.google.android.material.appbar.AppBarLayout> <androidx.recyclerview.widget.RecyclerView android:id="@+id/recyclerview" android:layout_width="match_parent" android:layout_height="match_parent" android:clipToPadding="false" android:paddingTop="0dp" android:paddingBottom="0dp" app:layout_behavior="@string/appbar_scrolling_view_behavior" /> <TextView android:id="@+id/runtime_info" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="bottom" android:layout_margin="8dp" android:gravity="end" /> </androidx.coordinatorlayout.widget.CoordinatorLayout>