what-the-bank/resources/res/layout/2131559313.xml

51 lines
1.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
layout_width="match_parent"
layout_height="wrap_content">
<androidx.constraintlayout.widget.ConstraintLayout
background="#ffffff"
paddingTop="16dp"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginBottom="8dp"
paddingStart="16dp"
paddingEnd="16dp"
elevation="2dp">
<TextView
gravity="end"
id="@+id/tv_question_number"
layout_width="wrap_content"
layout_height="wrap_content"
minWidth="30dp"
NOT_FOUND_0x11="0"
NOT_FOUND_0x13="0"
style="@style/2132017876"/>
<TextView
id="@+id/tv_question_title"
layout_width="0dp"
layout_height="wrap_content"
layout_marginStart="8dp"
NOT_FOUND_0xf="0"
NOT_FOUND_0x10="@+id/tv_question_number"
NOT_FOUND_0x13="@+id/tv_question_number"
style="@style/2132017876"/>
<RadioGroup
id="@+id/rg_answers"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginStart="32dp"
NOT_FOUND_0x12="@+id/tv_question_title"/>
<LinearLayout
orientation="vertical"
id="@+id/ll_cb_answers"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginStart="32dp"
NOT_FOUND_0x12="@+id/tv_question_title"/>
</androidx.constraintlayout.widget.ConstraintLayout>
</FrameLayout>