today:
1,554
yesterday:
1,689
Total:
1,421,995

Contact Layout

admin 2017.06.06 15:42 Views : 434

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:id="@+id/container"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical"
    tools:context="com.jckim.joseph.jesuslightapplication.Contact"
    >

    <TextView
        android:id="@+id/textView9"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_alignParentLeft="true"
        android:layout_alignParentStart="true"
        android:layout_marginLeft="18dp"
        android:layout_marginStart="18dp"
        android:layout_marginTop="14dp"
        android:text=" Jesus Light 방문을 환영합니다."
        android:textColor="#000000"
        android:textSize="20dp"/>

    <TextView
        android:id="@+id/textView"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_below="@+id/textView9"
        android:layout_centerHorizontal="true"
        android:layout_marginLeft="10dp"
        android:layout_marginRight="10dp"
        android:layout_marginTop="20dp"
        android:text="은혜 한인교회의 장애인 사역 Jesus Light는 2005년 11월 6일 하나님의 은혜가운데 출범했습니다. 장애인도 하나님의 형상으로 지음받은 하나님의 자녀입니다.이들이 예수님을 만나서 구원받고 상한 몸과 마음을 치유받아 행복한 가운데 모두가 함께 더불어 사는 세상을 만들어 가는 사명이 우리에게 있습니다.   "/>

    <TextView
        android:id="@+id/textView3"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginLeft="18dp"
        android:layout_marginStart="18dp"
        android:layout_below="@+id/textView"
        android:layout_marginTop="10dp"
        android:text="Jesus Light"
        android:textColor="#000000"
        android:textSize="20dp" />

    <TextView
        android:id="@+id/textView5"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginLeft="10dp"
        android:layout_marginRight="10dp"
        android:layout_below="@+id/textView3"
        android:layout_marginTop="26dp"
        android:text="은혜 한인교회의 장애인사역 부서이름인 Jesus Light의 뜻은 세상의 빛인 예수님능 통해서 어두움은 물러가고 장애인들의 생명의 빛으로 거듭ㄴ나는 삶을 살기를 소망하는 뜻이 담겨져 있습니다. " />

    <TextView
        android:id="@+id/textView6"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_above="@+id/textView2"
        android:layout_marginTop="20dp"
        android:layout_marginLeft="10dp"
        android:layout_marginRight="10dp"
        android:layout_marginBottom="20dp"
        android:textStyle="bold"
        android:text="1645 W.Valencia Dr. Fullerton, CA 92833" />

    <TextView
        android:id="@+id/textView7"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_above="@+id/textView6"
        android:layout_marginLeft="10dp"
        android:layout_marginRight="10dp"
        android:text="Miracle Center Room 114" />

    <TextView
        android:id="@+id/textView2"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="714-497-609"
        android:textStyle="bold"
        android:layout_marginBottom="10dp"
        android:layout_above="@+id/callButton"
        android:layout_marginLeft="18dp"
        android:layout_marginStart="18dp" />

    <Button
        android:id="@+id/callButton"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_alignParentBottom="true"
        android:layout_alignParentLeft="true"
        android:layout_alignParentStart="true"
        android:onClick="callbt"
        android:text="CALL"
        android:textSize="20dp"
        android:textStyle="bold" />

    <android.support.design.widget.BottomNavigationView
        android:id="@+id/navigation"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_gravity="bottom"
        android:background="?android:attr/windowBackground"
        app:menu="@menu/navigation" />

</LinearLayout>
No. Subject Author Date Views
48 Website icon admin 2017.09.16 1170
47 Android Application Development admin 2017.07.28 1118
46 Load an ad admin 2017.07.21 1355
45 Add AdView to the layout admin 2017.07.21 1830
44 Import the Mobile Ads SDK admin 2017.07.21 1328
43 AdMob - Import the Mobile Ads SDK admin 2017.07.21 274
42 Image Center admin 2017.07.21 299
41 US1800s admin 2017.07.03 315
40 Symbols And Holidays admin 2017.07.03 287
39 Rights And Responsibilities admin 2017.07.03 260
38 Recent American History admin 2017.07.03 280
37 Geography admin 2017.07.03 278
36 Colonial Period And Independence admin 2017.07.03 309
35 System of Government admin 2017.07.03 283
34 Principles of American Democracy admin 2017.07.02 254
33 package com.solatoz.joseph.uscitizenshiptest; admin 2017.07.01 281
» Contact Layout admin 2017.06.06 434
31 map api admin 2017.06.04 1346
30 Manifest admin 2017.06.04 319
29 Custom Swipe admin 2017.06.04 286