tmap/res/layout/popup_nugu_agreement_layout.xml
2022-06-10 21:38:30 +09:00

5 lines
579 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:gravity="center" android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android">
<TextView android:textSize="@dimen/tmap_15dp" android:textColor="@color/color_737373" android:gravity="center" android:id="@id/main_body_contents" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/ai_agreement_popup_body_1" android:lineSpacingExtra="@dimen/tmap_3dp" />
</LinearLayout>