UNPKG

rn-auryc-sdk

Version:
23 lines (20 loc) 836 B
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent"> <androidx.appcompat.widget.AppCompatTextView android:id="@+id/cellTextView" android:layout_width="match_parent" android:layout_height="match_parent" android:textColor="@color/feedbackTitle" android:gravity="center" android:textStyle="normal" android:textSize="17sp" android:paddingStart="@dimen/feedback_row_padding" android:paddingEnd="@dimen/feedback_row_padding" tools:ignore="RtlSymmetry" > </androidx.appcompat.widget.AppCompatTextView> </LinearLayout>