|
@@ -62,18 +62,43 @@
|
|
|
android:singleLine="true"
|
|
android:singleLine="true"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintTop_toBottomOf="@id/state"
|
|
app:layout_constraintTop_toBottomOf="@id/state"
|
|
|
- app:layout_constraintBottom_toTopOf="@+id/iccid_label"/>
|
|
|
|
|
|
|
+ app:layout_constraintBottom_toTopOf="@+id/profile_class_label"/>
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/provider"
|
|
android:id="@+id/provider"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="6dp"
|
|
android:layout_marginTop="6dp"
|
|
|
- android:layout_marginLeft="7dp"
|
|
|
|
|
|
|
+ android:layout_marginStart="7dp"
|
|
|
android:textSize="14sp"
|
|
android:textSize="14sp"
|
|
|
android:singleLine="true"
|
|
android:singleLine="true"
|
|
|
app:layout_constraintLeft_toRightOf="@id/provider_label"
|
|
app:layout_constraintLeft_toRightOf="@id/provider_label"
|
|
|
app:layout_constraintTop_toBottomOf="@id/state"
|
|
app:layout_constraintTop_toBottomOf="@id/state"
|
|
|
|
|
+ app:layout_constraintBottom_toTopOf="@+id/profile_class"/>
|
|
|
|
|
+
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ android:id="@+id/profile_class_label"
|
|
|
|
|
+ android:text="@string/profile_class"
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:layout_marginTop="6dp"
|
|
|
|
|
+ android:textSize="14sp"
|
|
|
|
|
+ android:textStyle="bold"
|
|
|
|
|
+ android:singleLine="true"
|
|
|
|
|
+ app:layout_constraintLeft_toLeftOf="parent"
|
|
|
|
|
+ app:layout_constraintTop_toBottomOf="@id/provider_label"
|
|
|
|
|
+ app:layout_constraintBottom_toTopOf="@+id/iccid_label"/>
|
|
|
|
|
+
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ android:id="@+id/profile_class"
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:layout_marginTop="6dp"
|
|
|
|
|
+ android:layout_marginStart="7dp"
|
|
|
|
|
+ android:textSize="14sp"
|
|
|
|
|
+ android:singleLine="true"
|
|
|
|
|
+ app:layout_constraintLeft_toRightOf="@id/profile_class_label"
|
|
|
|
|
+ app:layout_constraintTop_toBottomOf="@id/provider"
|
|
|
app:layout_constraintBottom_toTopOf="@+id/iccid"/>
|
|
app:layout_constraintBottom_toTopOf="@+id/iccid"/>
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
@@ -86,7 +111,7 @@
|
|
|
android:textStyle="bold"
|
|
android:textStyle="bold"
|
|
|
android:singleLine="true"
|
|
android:singleLine="true"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@id/provider_label"
|
|
|
|
|
|
|
+ app:layout_constraintTop_toBottomOf="@id/profile_class_label"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"/>
|
|
app:layout_constraintBottom_toBottomOf="parent"/>
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
@@ -94,11 +119,11 @@
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="6dp"
|
|
android:layout_marginTop="6dp"
|
|
|
- android:layout_marginLeft="7dp"
|
|
|
|
|
|
|
+ android:layout_marginStart="7dp"
|
|
|
android:textSize="14sp"
|
|
android:textSize="14sp"
|
|
|
android:singleLine="true"
|
|
android:singleLine="true"
|
|
|
app:layout_constraintLeft_toRightOf="@id/iccid_label"
|
|
app:layout_constraintLeft_toRightOf="@id/iccid_label"
|
|
|
- app:layout_constraintTop_toBottomOf="@id/provider"
|
|
|
|
|
|
|
+ app:layout_constraintTop_toBottomOf="@id/profile_class"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"/>
|
|
app:layout_constraintBottom_toBottomOf="parent"/>
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|