aboutsummaryrefslogblamecommitdiff
path: root/app/src/main/res/layout/item_acknowledgement.xml
blob: b1d37f97c54207afa791496d254176f410b5b601 (plain) (tree)
1
2
3
4
5
6
7
8



                                                                        



                                







                                                             
                                                  
                                           




                                                                     

                                                

              
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical" android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:paddingTop="16dp"
    android:paddingBottom="16dp"
    android:paddingStart="72dp"
    android:paddingEnd="16dp"
    android:clickable="true"
    android:focusable="true"
    android:background="?attr/selectableItemBackground">

    <TextView
        android:id="@+id/name_text_view_item_acknowledgement"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:textColor="?attr/primaryTextColor"
        android:textSize="?attr/font_16" />

    <TextView
        android:id="@+id/introduction_text_view_item_acknowledgement"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginTop="8dp"
        android:textSize="?attr/font_default" />

</LinearLayout>