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