App Build Check 1

This commit is contained in:
developerraman
2020-12-14 18:54:13 +05:30
parent ac0adddfd9
commit e8b755ef68
52 changed files with 303 additions and 146 deletions

View File

@@ -32,7 +32,7 @@
android:textColor="@color/from"
android:textSize="@dimen/msg_text_primary"
android:textStyle="bold"
tools:text="Patinet ID"/>
tools:text="Sender name"/>
<TextView
android:id="@+id/sample_type"
@@ -43,7 +43,7 @@
android:textColor="@color/subject"
android:textSize="@dimen/msg_text_secondary"
android:textStyle="bold"
tools:text="Sample type"/>
tools:text="This is the subject of the email"/>
<TextView
android:id="@+id/nikshayid"
@@ -55,7 +55,7 @@
android:paddingBottom="5dp"
android:textColor="@color/message"
android:textSize="@dimen/msg_text_secondary"
tools:text="Nikshay ID"/>
tools:text="This is the body of the email"/>
@@ -112,7 +112,7 @@
android:textColor="@color/timestamp"
android:textSize="@dimen/timestamp"
android:textStyle="bold"
tools:text="Date"/>
tools:text="9:00 AM"/>
<!-- <ImageView
android:id="@+id/icon_star"