mirror of
https://github.com/ChronosX88/Influence.git
synced 2024-11-09 20:11:01 +00:00
Removed old layouts (cleanup)
This commit is contained in:
parent
99f0934a64
commit
0ce8baad40
@ -1,27 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:orientation="vertical"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:gravity="center_vertical"
|
|
||||||
android:background="?android:selectableItemBackground"
|
|
||||||
android:clickable="true">
|
|
||||||
|
|
||||||
<TextView
|
|
||||||
android:id="@+id/chat_name"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:text="null"
|
|
||||||
android:textSize="19sp"
|
|
||||||
android:layout_gravity="center_vertical"
|
|
||||||
android:layout_marginStart="15dp"
|
|
||||||
android:layout_marginTop="15dp"
|
|
||||||
android:layout_marginBottom="17dp"
|
|
||||||
android:textColor="@android:color/black"/>
|
|
||||||
|
|
||||||
<View
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="1dp"
|
|
||||||
android:background="@android:color/darker_gray"/>
|
|
||||||
|
|
||||||
</LinearLayout>
|
|
@ -1,43 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<RelativeLayout
|
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:padding="8dp"
|
|
||||||
android:layout_height="wrap_content">
|
|
||||||
<RelativeLayout
|
|
||||||
android:layout_width="300dp"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_alignParentLeft="true">
|
|
||||||
<de.hdodenhof.circleimageview.CircleImageView
|
|
||||||
android:layout_width="40dp"
|
|
||||||
android:layout_height="40dp"
|
|
||||||
android:id="@+id/profile_image"
|
|
||||||
android:src="@mipmap/ic_launcher"/>
|
|
||||||
|
|
||||||
<TextView
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:background="@drawable/message_item_left_background"
|
|
||||||
android:layout_toRightOf="@id/profile_image"
|
|
||||||
android:text="Null"
|
|
||||||
android:paddingEnd="50dp"
|
|
||||||
android:layout_marginStart="4dp"
|
|
||||||
android:layout_marginTop="7dp"
|
|
||||||
android:id="@+id/message_text"
|
|
||||||
android:textColor="#000000"
|
|
||||||
android:textSize="18sp"
|
|
||||||
android:padding="8dp"/>
|
|
||||||
<TextView
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:id="@+id/message_time"
|
|
||||||
android:layout_alignBottom="@+id/message_text"
|
|
||||||
android:layout_alignRight="@+id/message_text"
|
|
||||||
android:paddingBottom="3dp"
|
|
||||||
android:paddingRight="4dp"
|
|
||||||
android:textColor="#000000"
|
|
||||||
android:text="12:00"/>
|
|
||||||
|
|
||||||
</RelativeLayout>
|
|
||||||
|
|
||||||
</RelativeLayout>
|
|
@ -1,45 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<RelativeLayout
|
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:padding="8dp"
|
|
||||||
android:layout_height="wrap_content">
|
|
||||||
<RelativeLayout
|
|
||||||
android:layout_width="300dp"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_alignParentRight="true"
|
|
||||||
android:layout_alignParentEnd="true">
|
|
||||||
<de.hdodenhof.circleimageview.CircleImageView
|
|
||||||
android:layout_width="40dp"
|
|
||||||
android:layout_height="40dp"
|
|
||||||
android:id="@+id/profile_image"
|
|
||||||
android:src="@mipmap/ic_launcher"
|
|
||||||
android:layout_alignParentRight="true"
|
|
||||||
android:layout_alignParentEnd="true"/>
|
|
||||||
|
|
||||||
<TextView
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:background="@drawable/message_item_right_background"
|
|
||||||
android:text="Null"
|
|
||||||
android:layout_toLeftOf="@id/profile_image"
|
|
||||||
android:layout_marginEnd="4dp"
|
|
||||||
android:layout_marginTop="7dp"
|
|
||||||
android:id="@+id/message_text"
|
|
||||||
android:textSize="18sp"
|
|
||||||
android:paddingEnd="50dp"
|
|
||||||
android:textColor="#ffffff"
|
|
||||||
android:padding="8dp"/>
|
|
||||||
<TextView
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:id="@+id/message_time"
|
|
||||||
android:layout_alignBottom="@+id/message_text"
|
|
||||||
android:layout_alignRight="@+id/message_text"
|
|
||||||
android:paddingBottom="3dp"
|
|
||||||
android:textColor="#ffffff"
|
|
||||||
android:paddingRight="4dp"
|
|
||||||
android:text="12:00"/>
|
|
||||||
</RelativeLayout>
|
|
||||||
|
|
||||||
</RelativeLayout>
|
|
Loading…
Reference in New Issue
Block a user