UNPKG

rn-auryc-sdk

Version:
16 lines (14 loc) 616 B
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent" android:paddingTop="@dimen/feedback_image_padding_top"> <ImageView android:id="@+id/auryc_feedback_imageview" android:layout_height="60dp" android:layout_width="wrap_content" android:scaleType="fitCenter" android:adjustViewBounds="true" android:layout_margin="5dip" android:layout_gravity="center_horizontal"/> </LinearLayout>