show the SIM card ID at messages
This commit is contained in:
parent
516aab0d5c
commit
64bb563ef6
4 changed files with 56 additions and 8 deletions
|
|
@ -1,10 +1,40 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/thread_date_time"
|
||||
android:id="@+id/thread_date_time_holder"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/normal_margin"
|
||||
android:gravity="center_horizontal"
|
||||
android:textSize="@dimen/normal_text_size"
|
||||
tools:text="13 March, 13:30" />
|
||||
android:layout_marginTop="@dimen/medium_margin">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/thread_date_time"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:textSize="@dimen/normal_text_size"
|
||||
tools:text="13 March, 13:30" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/thread_sim_icon"
|
||||
android:layout_width="@dimen/activity_margin"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignTop="@+id/thread_date_time"
|
||||
android:layout_alignBottom="@id/thread_date_time"
|
||||
android:layout_marginEnd="@dimen/small_margin"
|
||||
android:layout_toStartOf="@id/thread_date_time"
|
||||
android:src="@drawable/ic_sim_vector" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/thread_sim_number"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_alignStart="@+id/thread_sim_icon"
|
||||
android:layout_alignTop="@+id/thread_sim_icon"
|
||||
android:layout_alignEnd="@+id/thread_sim_icon"
|
||||
android:layout_alignBottom="@+id/thread_sim_icon"
|
||||
android:gravity="center"
|
||||
android:textColor="@color/md_grey_black"
|
||||
android:textSize="@dimen/smaller_text_size"
|
||||
tools:text="1" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue