rn-auryc-sdk
Version:
React native bridge library for Auryc SDK
16 lines (14 loc) • 616 B
text/xml
<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>