rn-auryc-sdk
Version:
React native bridge library for Auryc SDK
49 lines (42 loc) • 1.94 kB
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:gravity="center"
android:paddingTop="@dimen/feedback_row_padding">
<LinearLayout
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:orientation="horizontal"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:paddingBottom="@dimen/feedback_row_padding">
<androidx.appcompat.widget.AppCompatTextView
android:id="@+id/cellTextView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:textColor="@color/feedbackTitle"
android:gravity="left"
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>
<Spinner
android:id="@+id/auryc_feedback_dropdown"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@android:drawable/btn_dropdown"
android:spinnerMode="dropdown"
android:layout_marginStart="@dimen/feedback_row_padding"
android:layout_marginEnd="@dimen/feedback_row_padding"/>
</LinearLayout>
</LinearLayout>