NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

<?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/main_screen"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context="ppld7.klilink.ui.main.messaging.MessagingFragment">



<RelativeLayout
android:layout_width="match_parent"
android:layout_height="60dp"
android:background="@color/colorPrimary">


<ImageView
android:layout_marginLeft="10dp"
android:id="@+id/back_icon"
android:layout_width="30dp"
android:layout_height="30dp"
android:layout_marginRight="12dp"
android:layout_weight="1"
android:src="@drawable/back_icon"
android:layout_marginBottom="10dp"
android:layout_marginTop="15dp"/>

<ImageView
android:layout_marginLeft="50dp"
android:layout_marginTop="10dp"
android:layout_marginBottom="10dp"
android:layout_marginRight="20dp"
android:id="@+id/disp_pict"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_weight="1"
android:src="@drawable/disp_pic_dummy" />

<RelativeLayout
android:id="@+id/display_name"
android:layout_width="200dp"
android:layout_height="wrap_content"
android:layout_marginLeft="100dp"
android:layout_marginTop="6dp">

<TextView
android:id="@+id/disp_name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingLeft="7dp"
android:text="Akang Tony"
android:textColor="@color/white"
android:textSize="23dp" />

<TextView
android:id="@+id/status"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/disp_name"
android:paddingLeft="7dp"
android:text="Sate Padang"
android:textColor="@color/white"
android:textSize="12dp" />

</RelativeLayout>
</RelativeLayout>



<ScrollView
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical">

<RelativeLayout
android:id="@+id/bubble_chat_pedagang"
android:layout_width="match_parent"
android:layout_height="wrap_content">

<TextView
android:id="@+id/date"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_marginTop="20dp"
android:text="29 Maret 2018" />

<TextView
android:layout_width="190dp"
android:layout_height="50dp"
android:layout_below="@+id/date"
android:layout_marginLeft="65dp"
android:layout_marginTop="20dp"
android:background="@color/chat_bubble_pedagang"
android:paddingLeft="12dp"
android:paddingRight="12dp"
android:paddingTop="6dp"
android:text="Halo, Selamat pagi, mau pesan apa?"
android:textColor="#000000" />

<ImageView
android:id="@+id/pict_chat"
android:layout_width="35dp"
android:layout_height="35dp"
android:layout_below="@+id/date"
android:layout_marginLeft="17dp"
android:layout_marginTop="19dp"
android:background="@drawable/disp_pic_dummy" />
</RelativeLayout>

<RelativeLayout
android:id="@+id/bubble_chat_pembeli"
android:layout_width="match_parent"
android:layout_height="wrap_content">


<TextView
android:layout_width="190dp"
android:layout_height="50dp"
android:layout_alignParentRight="true"
android:layout_marginRight="13dp"
android:layout_marginTop="20dp"
android:background="@color/chat_bubble_pembeli"
android:paddingLeft="12dp"
android:paddingRight="12dp"
android:paddingTop="6dp"
android:text="Mau pesen sate padang 100 tusuk ya Kang :)"
android:textColor="#000000"/>

<TextView
android:layout_marginTop="70dp"
android:layout_marginRight="13dp"
android:paddingLeft="23dp"
android:layout_width="53dp"
android:layout_height="20dp"
android:text="seen"
android:layout_alignParentRight="true"/>

</RelativeLayout>


<RelativeLayout
android:id="@+id/bubble_chat_pedagang2"
android:layout_width="match_parent"
android:layout_height="wrap_content">

<TextView
android:layout_width="190dp"
android:layout_height="50dp"
android:layout_marginLeft="65dp"
android:background="@color/chat_bubble_pedagang"
android:paddingLeft="12dp"
android:paddingRight="12dp"
android:paddingTop="6dp"
android:text="Wah banyak amat mas.. Okedeh kalo gitu.."
android:textColor="#000000" />

<ImageView
android:id="@+id/pict_chat2"
android:layout_width="35dp"
android:layout_height="35dp"

android:layout_marginLeft="17dp"
android:background="@drawable/disp_pic_dummy" />
</RelativeLayout>

<RelativeLayout
android:id="@+id/bubble_chat_pembeli2"
android:layout_width="match_parent"
android:layout_height="wrap_content">


<TextView
android:layout_width="190dp"
android:layout_height="50dp"
android:layout_alignParentRight="true"
android:layout_marginRight="13dp"
android:layout_marginTop="20dp"
android:background="@color/chat_bubble_pembeli"
android:paddingLeft="12dp"
android:paddingRight="12dp"
android:paddingTop="6dp"
android:text="Iya nih kang mau mukbang sate padang hehe..."
android:textColor="#000000"/>

<TextView
android:layout_marginTop="70dp"
android:layout_marginRight="13dp"
android:paddingLeft="23dp"
android:layout_width="53dp"
android:layout_height="20dp"
android:text="seen"
android:layout_alignParentRight="true"/>

</RelativeLayout>

<RelativeLayout
android:id="@+id/bubble_chat_pedagang3"
android:layout_width="match_parent"
android:layout_height="wrap_content">

<TextView
android:layout_width="190dp"
android:layout_height="50dp"
android:layout_marginLeft="65dp"
android:background="@color/chat_bubble_pedagang"
android:paddingLeft="12dp"
android:paddingRight="12dp"
android:paddingTop="6dp"
android:text="Haha.. oke deh mas, saya buatin ya.. "
android:textColor="#000000" />

<ImageView
android:id="@+id/pict_chat3"
android:layout_width="35dp"
android:layout_height="35dp"

android:layout_marginLeft="17dp"
android:background="@drawable/disp_pic_dummy" />
</RelativeLayout>

<RelativeLayout
android:id="@+id/bubble_chat_pembeli3"
android:layout_width="match_parent"
android:layout_height="wrap_content">


<TextView
android:layout_width="190dp"
android:layout_height="50dp"
android:layout_alignParentRight="true"
android:layout_marginRight="13dp"
android:layout_marginTop="20dp"
android:background="@color/chat_bubble_pembeli"
android:paddingLeft="12dp"
android:paddingRight="12dp"
android:paddingTop="6dp"
android:text="ditunggu ya kang :)"
android:textColor="#000000"/>

<TextView
android:layout_marginTop="70dp"
android:layout_marginRight="13dp"
android:paddingLeft="23dp"
android:layout_width="53dp"
android:layout_height="20dp"
android:text="seen"
android:layout_alignParentRight="true"/>

</RelativeLayout>

<RelativeLayout
android:id="@+id/bubble_chat_pedagang21"
android:layout_width="match_parent"
android:layout_height="wrap_content">

<TextView
android:layout_width="190dp"
android:layout_height="50dp"
android:layout_marginLeft="65dp"
android:background="@color/chat_bubble_pedagang"
android:paddingLeft="12dp"
android:paddingRight="12dp"
android:paddingTop="6dp"
android:text="yogs"
android:textColor="#000000" />

<ImageView
android:id="@+id/pict_chat12"
android:layout_width="35dp"
android:layout_height="35dp"
android:layout_marginLeft="17dp"
android:background="@drawable/disp_pic_dummy" />
</RelativeLayout>

<RelativeLayout
android:id="@+id/bubble_chat_pembeli4"
android:layout_width="match_parent"
android:layout_height="wrap_content">


<TextView
android:layout_width="190dp"
android:layout_height="50dp"
android:layout_alignParentRight="true"
android:layout_marginRight="13dp"
android:layout_marginTop="20dp"
android:background="@color/chat_bubble_pembeli"
android:paddingLeft="12dp"
android:paddingRight="12dp"
android:paddingTop="6dp"
android:text="yogsss"
android:textColor="#000000"/>

<TextView
android:layout_marginTop="70dp"
android:layout_marginRight="13dp"
android:paddingLeft="23dp"
android:layout_width="53dp"
android:layout_height="20dp"
android:text="seen"
android:layout_alignParentRight="true"/>

</RelativeLayout>
</LinearLayout>
</ScrollView>

</LinearLayout>
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.