react-native-unit-components
Version:
Unit React Native components
33 lines (31 loc) • 1.31 kB
text/xml
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:clickable="true"
android:focusable="true"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/un_black_googlepay_button_no_shadow_background"
android:padding="2sp"
android:contentDescription="@string/add_to_googlepay_button_content_description">
<LinearLayout
android:duplicateParentState="true"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:weightSum="2"
android:gravity="center_vertical"
android:orientation="vertical">
<ImageView
android:layout_weight="1"
android:layout_width="match_parent"
android:layout_height="0dp"
android:scaleType="fitCenter"
android:duplicateParentState="true"
android:src="@drawable/un_black_add_to_googlepay_button_content"/>
</LinearLayout>
<ImageView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:duplicateParentState="true"
android:scaleType="fitXY"
android:src="@drawable/un_black_googlepay_button_overlay" />
</RelativeLayout>