|
@@ -19,11 +19,9 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
|
- android:visibility="visible"
|
|
|
+ android:visibility="gone"
|
|
|
android:buttonTint="@color/darkGray" />
|
|
|
|
|
|
- <!--android:visibility="gone"-->
|
|
|
-
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
@@ -38,7 +36,7 @@
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tvPatientName"
|
|
|
- android:layout_width="match_parent"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="!!!!!!!!!!!!!!!!!"
|
|
|
android:textColor="@color/black"
|
|
@@ -46,7 +44,7 @@
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tvConsentName"
|
|
|
- android:layout_width="match_parent"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="asdfasdfa"
|
|
|
android:textColor="@color/black"
|
|
@@ -55,7 +53,7 @@
|
|
|
</LinearLayout>
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/tvTemp"
|
|
|
+ android:id="@+id/tvSubText"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_alignParentEnd="true"
|
|
@@ -69,6 +67,23 @@
|
|
|
android:textColor="@color/white"
|
|
|
android:textSize="14sp" />
|
|
|
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tvTemp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:background="@drawable/shape2"
|
|
|
+ android:layout_toLeftOf="@+id/tvSubText"
|
|
|
+ android:paddingLeft="8dp"
|
|
|
+ android:paddingTop="4dp"
|
|
|
+ android:paddingRight="8dp"
|
|
|
+ android:paddingBottom="4dp"
|
|
|
+ android:layout_marginLeft="8dp"
|
|
|
+ android:layout_marginRight="8dp"
|
|
|
+ android:text="임시"
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
</RelativeLayout>
|
|
|
|
|
|
<LinearLayout
|