today:
160
yesterday:
150
Total:
996,955

Contact Layout

admin 2017.06.06 15:42 Views : 336

<?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 905
47 Android Application Development admin 2017.07.28 847
46 Load an ad admin 2017.07.21 973
45 Add AdView to the layout admin 2017.07.21 1550
44 Import the Mobile Ads SDK admin 2017.07.21 1017
43 AdMob - Import the Mobile Ads SDK admin 2017.07.21 192
42 Image Center admin 2017.07.21 219
41 US1800s admin 2017.07.03 210
40 Symbols And Holidays admin 2017.07.03 208
39 Rights And Responsibilities admin 2017.07.03 188
38 Recent American History admin 2017.07.03 210
37 Geography admin 2017.07.03 200
36 Colonial Period And Independence admin 2017.07.03 204
35 System of Government admin 2017.07.03 210
34 Principles of American Democracy admin 2017.07.02 185
33 package com.solatoz.joseph.uscitizenshiptest; admin 2017.07.01 217
» Contact Layout admin 2017.06.06 336
31 map api admin 2017.06.04 1268
30 Manifest admin 2017.06.04 241
29 Custom Swipe admin 2017.06.04 211