Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <RelativeLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- android:orientation="vertical">
- <ScrollView
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent">
- <LinearLayout
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:orientation="vertical">
- <!-- BEGIN: ATAS -->
- <LinearLayout
- android:id="@+id/sectionAtas"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_marginBottom="75dp"
- android:layout_marginLeft="5dp"
- android:layout_marginRight="5dp"
- android:layout_marginTop="10dp"
- android:orientation="vertical"
- android:background="@color/transparant">
- <!-- BEGIN: PHOTO MEMBER -->
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_alignParentLeft="true"
- android:layout_alignParentStart="true"
- android:layout_below="@+id/appBarLayout"
- android:background="@drawable/button_frame"
- android:orientation="horizontal"
- android:paddingBottom="0.1dp"
- android:paddingTop="0.1dp"
- android:weightSum="100">
- <LinearLayout
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="100"
- android:orientation="vertical">
- <ImageView
- android:id="@+id/amd_iv_ceritarakyat"
- android:layout_width="match_parent"
- android:layout_height="200dp"
- android:layout_marginLeft="0dp"
- android:layout_marginRight="0dp"
- android:layout_marginTop="0dp"
- android:padding="2dp"
- android:cropToPadding="false"
- android:scaleType="fitCenter"
- android:background="@drawable/button_frame" />
- </LinearLayout>
- </LinearLayout>
- <!-- END: PHOTO MEMBER -->
- <View
- android:layout_width="match_parent"
- android:layout_height="0.0dp"
- android:layout_marginLeft="0dp"
- android:layout_marginTop="5dp"
- android:background="@color/aluminum" />
- <!-- BEGIN: JUDUL -->
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_alignParentLeft="true"
- android:layout_alignParentStart="true"
- android:layout_below="@+id/appBarLayout"
- android:background="@color/transparant"
- android:orientation="horizontal"
- android:paddingBottom="0.1dp"
- android:paddingTop="0.1dp"
- android:weightSum="100">
- <LinearLayout
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="100"
- android:orientation="vertical">
- <TextView
- android:id="@+id/amd_tv_provinsi"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dp"
- android:layout_marginTop="-3dp"
- android:fontFamily="sans-serif-thin"
- android:gravity="center"
- android:text="Mat 2:1-5"
- android:textStyle="italic"
- android:textColor="@color/black"
- android:textSize="18dp" />
- <TextView
- android:id="@+id/amd_tv_title"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dp"
- android:layout_marginTop="5dp"
- android:fontFamily="sans-serif"
- android:gravity="center"
- android:text="Judulnya di sini"
- android:textColor="@color/black"
- android:textSize="19dp"
- android:textStyle="normal"/>
- </LinearLayout>
- </LinearLayout>
- <!-- END: JUDUL -->
- <View
- android:layout_width="match_parent"
- android:layout_height="0.0dp"
- android:layout_marginLeft="0dp"
- android:layout_marginTop="5dp"
- android:background="@color/aluminum" />
- <!-- BEGIN: VERSE CONTENT-->
- <!--
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_alignParentLeft="true"
- android:layout_alignParentStart="true"
- android:layout_below="@+id/appBarLayout"
- android:background="@color/transparant"
- android:orientation="horizontal"
- android:paddingBottom="0.1dp"
- android:paddingTop="0.1dp"
- android:weightSum="100">
- <LinearLayout
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="100"
- android:orientation="vertical"
- android:background="@color/transparant">
- <TextView
- android:id="@+id/amd_tv_content"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="20dp"
- android:layout_marginRight="20dp"
- android:layout_marginTop="5dp"
- android:fontFamily="sans-serif-thin"
- android:gravity="fill_vertical|fill"
- android:text="Isi ayatnya ada di sini, dibuat italic"
- android:textStyle="italic"
- android:textColor="@color/black"
- android:textSize="19dp" />
- </LinearLayout>
- </LinearLayout>
- -->
- <!-- END: VERSE CONTENT -->
- <View
- android:layout_width="match_parent"
- android:layout_height="0.1dp"
- android:layout_marginLeft="20dp"
- android:layout_marginRight="20dp"
- android:layout_marginTop="5dp"
- android:background="@color/aluminum" />
- <!-- BEGIN: CONTENT -->
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_alignParentLeft="true"
- android:layout_alignParentStart="true"
- android:layout_below="@+id/appBarLayout"
- android:background="@color/transparant"
- android:orientation="horizontal"
- android:paddingBottom="0.1dp"
- android:paddingTop="0.1dp"
- android:weightSum="100">
- <LinearLayout
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="100"
- android:orientation="vertical"
- android:background="@color/transparant">
- <TextView
- android:id="@+id/amd_tv_content"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="5dp"
- android:layout_marginRight="5dp"
- android:layout_marginTop="5dp"
- android:fontFamily="sans-serif-thin"
- android:gravity="fill_vertical|fill"
- android:text="Content di sini"
- android:textColor="@color/black"
- android:textSize="19dp" />
- </LinearLayout>
- </LinearLayout>
- <!-- END: CONTENT -->
- <!-- BEGIN: AUTHOR -->
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:background="@color/transparant"
- android:orientation="horizontal"
- android:paddingBottom="0.1dp"
- android:paddingTop="0.1dp">
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:orientation="horizontal"
- android:background="@color/transparant">
- <View
- android:background="@color/toska"
- android:layout_width="15dp"
- android:layout_height="2dp"
- android:layout_gravity="center_vertical"
- android:layout_marginLeft="5dp"
- android:layout_marginTop="5dp"/>
- <TextView
- android:id="@+id/sdd_tv_autor"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="5dp"
- android:layout_marginRight="5dp"
- android:layout_marginTop="5dp"
- android:fontFamily="sans-serif"
- android:gravity="fill_vertical|fill"
- android:text="Author"
- android:textColor="@color/black"
- android:textSize="18dp" />
- </LinearLayout>
- </LinearLayout>
- <!-- END: AUTHOR -->
- <!-- BEGIN: QUOTES -->
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_alignParentLeft="true"
- android:layout_alignParentStart="true"
- android:layout_below="@+id/appBarLayout"
- android:background="@color/transparant"
- android:orientation="horizontal"
- android:paddingBottom="0.1dp"
- android:paddingTop="0.1dp"
- android:weightSum="100">
- <LinearLayout
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="100"
- android:orientation="vertical"
- android:background="@color/transparant">
- <View
- android:layout_width="match_parent"
- android:layout_height="0.1dp"
- android:layout_marginLeft="20dp"
- android:layout_marginRight="20dp"
- android:layout_marginTop="30dp"
- android:background="@color/aluminum" />
- <TextView
- android:id="@+id/sdld_tv_descriptionend"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="20dp"
- android:layout_marginRight="20dp"
- android:layout_marginTop="0dp"
- android:layout_marginBottom="0dp"
- android:fontFamily="sans-serif-thin"
- android:gravity="center"
- android:text="Pesan moral di sini"
- android:textColor="@color/black"
- android:textStyle="italic"
- android:textSize="19dp" />
- <View
- android:layout_width="match_parent"
- android:layout_height="0.1dp"
- android:layout_marginLeft="20dp"
- android:layout_marginRight="20dp"
- android:layout_marginBottom="30dp"
- android:background="@color/aluminum" />
- </LinearLayout>
- </LinearLayout>
- <!-- END: QUOTES -->
- </LinearLayout>
- <!-- END: ATAS -->
- <!-- BEGIN: BAWAH -->
- <LinearLayout
- android:id="@+id/sectionBawah"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="0dp"
- android:layout_marginBottom="-10dp"
- android:orientation="vertical"
- android:gravity="center"
- android:background="@color/transparant">
- <View
- android:layout_width="match_parent"
- android:layout_height="0.0dp"
- android:layout_marginTop="0dp"
- android:background="@color/white" />
- </LinearLayout>
- <!-- BEGIN: BAWAH -->
- </LinearLayout>
- </ScrollView>
- <!-- BEGIN: FOOTER -->
- <LinearLayout
- android:id="@+id/sectionFooter"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical"
- android:gravity="center"
- android:layout_alignParentBottom="true"
- android:background="@color/transparant"
- android:paddingTop="5dp">
- <View
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_marginTop="0dp"
- android:background="@color/white" />
- <!-- BEGIN: MID MENU / GRID -->
- <LinearLayout
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_alignParentBottom="false"
- android:layout_alignParentLeft="true"
- android:layout_marginRight="5dp"
- android:layout_marginLeft="5dp"
- android:layout_marginBottom="-7dp"
- android:orientation="vertical"
- android:visibility="visible"
- android:background="@drawable/button_rounded">
- <LinearLayout
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical"
- android:layout_gravity="center_horizontal"
- android:layout_marginBottom="0dp"
- android:layout_marginRight="5dp"
- android:layout_marginLeft="5dp">
- <View
- android:background="@color/white"
- android:layout_width="match_parent"
- android:layout_height="0.1dp"/>
- <LinearLayout
- android:id="@+id/sp_ll_edit"
- android:paddingBottom="0dp"
- android:paddingTop="0.1dp"
- android:layout_width="match_parent"
- android:layout_height="80dp"
- android:orientation="horizontal"
- android:weightSum="100"
- android:layout_marginLeft="5dp"
- android:layout_marginRight="5dp"
- android:background="@color/colorPrimaryDark"
- android:layout_below="@+id/appBarLayout"
- android:layout_alignParentLeft="true"
- android:layout_alignParentStart="true"
- >
- <LinearLayout
- android:id="@+id/sdld_ll_speaker"
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_weight="50"
- android:orientation="vertical"
- android:background="@color/transparant"
- >
- <ImageView
- android:layout_width="wrap_content"
- android:layout_height="35dp"
- android:layout_gravity="center"
- android:layout_marginTop="5dp"
- android:layout_marginLeft="0dp"
- android:src="@drawable/ic_volume_up_black_24dp"
- android:tint="@color/white" />
- <TextView
- android:id="@+id/slld_tv_findroute_capt"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:layout_marginRight="0dp"
- android:layout_marginLeft="0dp"
- android:layout_marginTop="-5dp"
- android:fontFamily="sans-serif-thin"
- android:text="SPEAKER"
- android:textAlignment="center"
- android:textSize="20dp"
- android:textColor="@color/white" />
- </LinearLayout>
- <View
- android:background="@color/white"
- android:layout_width="0.1dp"
- android:layout_height="match_parent"/>
- <LinearLayout
- android:id="@+id/sdld_ll_share"
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_weight="50"
- android:orientation="vertical"
- android:layout_gravity="center_horizontal"
- android:background="@color/transparant">
- <ImageView
- android:layout_width="wrap_content"
- android:layout_height="35dp"
- android:layout_gravity="center"
- android:layout_marginLeft="0dp"
- android:layout_marginTop="5dp"
- android:src="@drawable/ic_share_black_24dp"
- android:tint="@color/white" />
- <TextView
- android:id="@+id/slld_tv_googlemap_capt"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:layout_marginLeft="0dp"
- android:layout_marginTop="-5dp"
- android:fontFamily="sans-serif-thin"
- android:text="SHARE"
- android:textAlignment="center"
- android:textSize="20sp"
- android:textColor="@color/white" />
- </LinearLayout>
- </LinearLayout>
- </LinearLayout>
- </LinearLayout>
- <!-- END: MID MENU / GRID -->
- <!-- BEGIN: FOOTER MENU -->
- <!--<include layout="@layout/sys_menu_sectiondetail_lowermenu" />-->
- <!-- END: FOOTER MENU -->
- </LinearLayout>
- <!-- BEGIN: FOOTER -->
- </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement