alert_dialog_main.xml 683 Bytes
Newer Older
Lee Jaebin committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
<!-- jp.agentec.abook.abv.ui.common.util.ABookAlertDialogのメッセージ表示部分 -->

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:background="@color/background">
    <TextView
        android:id="@+id/main_text"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:text="@string/dummy_str"
        android:gravity="center_vertical|left"
		android:textSize="@dimen/app_normal_text_size"
		android:textColor="@color/text_select"
		android:paddingLeft="10dp"
		android:minHeight="50dp" />

</LinearLayout>